From ab6d6896c47e80307af8e2ed676d75a238861e1d Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Thu, 13 Aug 2009 17:04:42 +0000 Subject: [PATCH] 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 --- django/contrib/admin/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/admin/options.py b/django/contrib/admin/options.py index 31a28ccf0b6b0..3144a22a2a51d 100644 --- a/django/contrib/admin/options.py +++ b/django/contrib/admin/options.py @@ -482,7 +482,7 @@ def get_action_choices(self, request, default_choices=BLANK_CHOICE_DASH): 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). """