summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.