summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarios Zindilis <mariosz@prime-tel.com>2015-04-07 07:58:46 +0300
committerTim Graham <timograham@gmail.com>2015-04-07 07:41:52 -0400
commit080e5dde549a68aa4788569421a6c12f8ed67b05 (patch)
tree29b96a79bc6a1b787d8651fb52d7e13e51611cc0 /docs
parent5f8016cdfec0db5e03aa54bee7b2667fac140e2e (diff)
[1.7.x] Fixed typo in docs/intro/tutorial02.txt
Backport of 7a7c797234aede7603e92a0a90b9f4c4a8b92a0c from master
Diffstat (limited to 'docs')
-rw-r--r--docs/intro/tutorial02.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt
index 59d3e37556..69908bfaf8 100644
--- a/docs/intro/tutorial02.txt
+++ b/docs/intro/tutorial02.txt
@@ -127,7 +127,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