summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-08-30 06:02:14 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-08-30 06:02:14 +0000
commit0a11c13acfc0700bfd435bac76fe2c8c5643779a (patch)
treeeb08c8f83912dbd2f186280c15dcf475aa8989c6 /docs
parentb02d2aba1cefc144a28e8c1c3e50de00d33d00f6 (diff)
Fix inadvertent formatting introduced in [8732]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8739 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin.txt b/docs/ref/contrib/admin.txt
index ffde251f88..e2bd39c686 100644
--- a/docs/ref/contrib/admin.txt
+++ b/docs/ref/contrib/admin.txt
@@ -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',)