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:46 -0400 |
| commit | f5681f1cbf02b9d4e0ef1efaab4998f4ceaffbf5 (patch) | |
| tree | d59ef71740837bf8f1915ddda56afcab679fba42 | |
| parent | ffa5a7550d95f7fd0d0add1e9599a797b2eb60f3 (diff) | |
[1.8.x] Fixed typo in docs/intro/tutorial02.txt
Backport of 7a7c797234aede7603e92a0a90b9f4c4a8b92a0c from master
| -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 a20e80a3e8..280ec57a55 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 |
