summaryrefslogtreecommitdiff
path: root/docs/tutorial03.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-19 05:50:33 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-19 05:50:33 +0000
commitb20bb2fc2663e0c5aa654cd8db74ced8d2733cae (patch)
treec81d280dc36527dae468de761e701c2e14ab09ab /docs/tutorial03.txt
parentfc85642ed538464154d0e8e294ab99c3b14d0590 (diff)
Fixed stupid error in tutorial03
git-svn-id: http://code.djangoproject.com/svn/django/trunk@197 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial03.txt')
-rw-r--r--docs/tutorial03.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial03.txt b/docs/tutorial03.txt
index ed5c7750d9..f544529a6d 100644
--- a/docs/tutorial03.txt
+++ b/docs/tutorial03.txt
@@ -23,7 +23,7 @@ application, you might have the following views:
* Day-based archive page -- displays all entries in the given day
* Comment action -- handles posting comments to a given entry
-In our poll application, we'll have the following three views:
+In our poll application, we'll have the following four views:
* Poll "archive" page -- displays the latest few polls
* Poll "detail" page -- displays a poll question, with no results but with a form to vote