From fccb03fc4047386cf7219887ec6dd40d9f0ab61d Mon Sep 17 00:00:00 2001 From: John Karahalis Date: Thu, 9 Jun 2016 11:15:39 -0400 Subject: [PATCH] [1.10.x] Fixed typo in docs/intro/tutorial07.txt Backport of 37b36af6c6e169eae2f0b503f4550f798c428a97 from master --- docs/intro/tutorial07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ` 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 `.