From 1f9deba1b312a12c47668724daf70b8fe2d56b17 Mon Sep 17 00:00:00 2001 From: Daniel Rice Date: Mon, 4 Jul 2016 14:43:29 +0100 Subject: [PATCH] Improved grammar in tutorial01. --- docs/intro/tutorial01.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 9710be7480d..9f9e6b1d721 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -383,9 +383,10 @@ aren't going to use this feature of Django in the tutorial. :func:`~django.conf.urls.url` argument: name --------------------------------------------- -Naming your URL lets you refer to it unambiguously from elsewhere in Django -especially templates. This powerful feature allows you to make global changes -to the url patterns of your project while only touching a single file. +Naming your URL lets you refer to it unambiguously from elsewhere in Django, +especially from within templates. This powerful feature allows you to make +global changes to the url patterns of your project while only touching a single +file. When you're comfortable with the basic request and response flow, read :doc:`part 2 of this tutorial ` to start working with the