From fe15c01a1797bfdcc456196b9a556b98089e3cff Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 25 Nov 2005 03:15:09 +0000 Subject: [PATCH] Fixed typo in docs/model-api.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@1426 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/model-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/model-api.txt b/docs/model-api.txt index 344f34ef2c8..3245b2a78a5 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -909,7 +909,7 @@ object, which takes the following parameters. All are optional. list_display = ('username', 'email', 'first_name', 'last_name', 'is_staff'), list_filter = ('is_staff', 'is_superuser'), - This results in a admin that looks like: + The above code results in an admin that looks like this: .. image:: http://media.djangoproject.com/img/doc/users_changelist.png