diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt index 0843d9e48ff91..88b4bea34f4de 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.