Commit ab6d6896 authored by Karen Tracey's avatar Karen Tracey
Browse files

Fixed #11471: Fixed typo in a comment in admin options.py. Thanks adamv.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11446 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent b82ad10f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -482,7 +482,7 @@ class ModelAdmin(BaseModelAdmin):

    def get_action(self, action):
        """
        Return a given action from a parameter, which can either be a calable,
        Return a given action from a parameter, which can either be a callable,
        or the name of a method on the ModelAdmin.  Return is a tuple of
        (callable, name, description).
        """