Skip to content

Commit

Permalink
Fixed #11471: Fixed typo in a comment in admin options.py. Thanks adamv.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11446 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
kmtracey committed Aug 13, 2009
1 parent b82ad10 commit ab6d689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/contrib/admin/options.py
Expand Up @@ -482,7 +482,7 @@ def get_action_choices(self, request, default_choices=BLANK_CHOICE_DASH):


def get_action(self, action): 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 or the name of a method on the ModelAdmin. Return is a tuple of
(callable, name, description). (callable, name, description).
""" """
Expand Down

0 comments on commit ab6d689

Please sign in to comment.