Author: timo
Date: 2010-12-27 17:30:19 -0600 (Mon, 27 Dec 2010)
New Revision: 15070

Modified:
   django/branches/releases/1.2.X/docs/intro/tutorial03.txt
Log:
[1.2.X] Fixed #14890 - Clarify poll "index" page in tutorial. thanks dbaggott 
for the report.

Backport of r15069 from trunk.

Modified: django/branches/releases/1.2.X/docs/intro/tutorial03.txt
===================================================================
--- django/branches/releases/1.2.X/docs/intro/tutorial03.txt    2010-12-27 
23:29:49 UTC (rev 15069)
+++ django/branches/releases/1.2.X/docs/intro/tutorial03.txt    2010-12-27 
23:30:19 UTC (rev 15070)
@@ -29,7 +29,7 @@
 
 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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to