summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2010-12-27 23:30:19 +0000
committerTimo Graham <timograham@gmail.com>2010-12-27 23:30:19 +0000
commit93e42272a4ade841e2d6de391f5973b7a28da85d (patch)
tree155e21f456bc3309610f9ffa137efbb3be27f7e4 /docs
parentc0335a30bc116b6e94d836b22f35b08b5519bc53 (diff)
[1.2.X] Fixed #14890 - Clarify poll "index" page in tutorial. thanks dbaggott for the report.
Backport of r15069 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15070 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/intro/tutorial03.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt
index 0843d9e48f..88b4bea34f 100644
--- a/docs/intro/tutorial03.txt
+++ b/docs/intro/tutorial03.txt
@@ -29,7 +29,7 @@ application, you might have the following views:
In our poll application, we'll have the following four views:
- * Poll "archive" page -- displays the latest few polls.
+ * Poll "index" page -- displays the latest few polls.
* Poll "detail" page -- displays a poll question, with no results but
with a form to vote.