diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-05-21 03:48:52 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-05-21 03:48:52 +0000 |
| commit | e71240d60f0f13f2336be045e27284f93bc884eb (patch) | |
| tree | 445b79e15cbba95f9ef3519798e5276fde0bd2a6 | |
| parent | 92c35a0617836b09aef3b6909579ee368004969b (diff) | |
Fixed #4344 -- Trivial typo fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/tutorial02.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt index 6e4b0ea35e..99f586b4a1 100644 --- a/docs/tutorial02.txt +++ b/docs/tutorial02.txt @@ -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'] |
