Fix inadvertent formatting introduced in [8732]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8739 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2008-08-30 06:02:14 +00:00
parent b02d2aba1c
commit 0a11c13acf
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ You have four possible values that can be used in ``list_display``:
list_display = (upper_case_name,)
* A string representing an attribute on the ``ModelAdmin``. This behaves
same as the callable. For example::
same as the callable. For example::
class PersonAdmin(admin.ModelAdmin):
list_display = ('upper_case_name',)