diff options
| author | Timo Graham <timograham@gmail.com> | 2010-12-27 23:29:49 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2010-12-27 23:29:49 +0000 |
| commit | 5ba961e2674110d5319a33799de422cf532ace72 (patch) | |
| tree | f065755ee55178dc0f20594e073cd75800f6b9fd /docs/intro/tutorial03.txt | |
| parent | 1fab808b1fd94394d96af54caa6957663e14f06d (diff) | |
Fixed #14890 - Clarify poll "index" page in tutorial. thanks dbaggott for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial03.txt')
| -rw-r--r-- | docs/intro/tutorial03.txt | 2 |
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. |
