Fixed #4344 -- Trivial typo fix.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-05-21 03:48:52 +00:00
parent 92c35a0617
commit e71240d60f
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ method a ``short_description`` attribute::
Let's add another improvement to the Poll change list page: Filters. Add the
following line to ``Poll.admin``::
following line to ``Poll.Admin``::
list_filter = ['pub_date']