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
This commit is contained in:
Karen Tracey 2009-08-13 17:04:42 +00:00
parent b82ad10f9d
commit ab6d6896c4
1 changed files with 1 additions and 1 deletions

View File

@ -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).
"""