summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorJohn Karahalis <john.karahalis@gmail.com>2016-06-09 11:15:39 -0400
committerTim Graham <timograham@gmail.com>2016-06-09 11:15:55 -0400
commitb0e0a62cbf1978ccfe59b317f6f9303233aa96c4 (patch)
treef3bc9a4c7a2b2a6c40bc225ceb645e46f7172d76 /docs/intro
parent4765769b76c07f074a915655503d29028d50c122 (diff)
[1.9.x] Fixed typo in docs/intro/tutorial07.txt
Backport of 37b36af6c6e169eae2f0b503f4550f798c428a97 from master
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/tutorial07.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial07.txt b/docs/intro/tutorial07.txt
index 59237ebc7e..7f48b85a59 100644
--- a/docs/intro/tutorial07.txt
+++ b/docs/intro/tutorial07.txt
@@ -3,7 +3,7 @@ Writing your first Django app, part 7
=====================================
This tutorial begins where :doc:`Tutorial 6 </intro/tutorial06>` left off. We're
-continuing the Web-poll application and will focus on customizing the Django's
+continuing the Web-poll application and will focus on customizing Django's
automatically-generated admin site that we first explored in :doc:`Tutorial 2
</intro/tutorial02>`.