1
0
mirror of https://github.com/django/django.git synced 2025-03-13 02:40:47 +00:00

[1.10.x] Fixed typo in docs/intro/tutorial07.txt

Backport of 37b36af6c6e169eae2f0b503f4550f798c428a97 from master
This commit is contained in:
John Karahalis 2016-06-09 11:15:39 -04:00 committed by Tim Graham
parent 5e46075fcf
commit fccb03fc40

View File

@ -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>`.