diff options
| author | Marios Zindilis <mariosz@prime-tel.com> | 2015-04-07 07:58:46 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-07 07:41:05 -0400 |
| commit | 7a7c797234aede7603e92a0a90b9f4c4a8b92a0c (patch) | |
| tree | 9b1ccaf653e83b38b98f09aedaec915ae512767f /docs/intro/tutorial02.txt | |
| parent | 566c9362363f4b65cc64a35f907c2d6c39d0289e (diff) | |
Fixed typo in docs/intro/tutorial02.txt
Diffstat (limited to 'docs/intro/tutorial02.txt')
| -rw-r--r-- | docs/intro/tutorial02.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 185c8373b1..dbb1516428 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -128,7 +128,7 @@ the admin index page: :alt: Django admin index page, now with polls displayed Click "Questions". Now you're at the "change list" page for questions. This page -displays all the question in the database and lets you choose one to change it. +displays all the questions in the database and lets you choose one to change it. There's the "What's up?" question we created in the first tutorial: .. image:: _images/admin04t.png |
