summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorDaniel Rice <Daniel.L.Rice@gmail.com>2016-07-04 14:43:29 +0100
committerTim Graham <timograham@gmail.com>2016-07-06 15:24:03 -0400
commit1f9deba1b312a12c47668724daf70b8fe2d56b17 (patch)
treea3f67fdd0f52f104424c1f50a0d73f418acbc98b /docs/intro
parenta81fe17b3e5bb96c849c4044d6688c08848dec19 (diff)
Improved grammar in tutorial01.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/tutorial01.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 9710be7480..9f9e6b1d72 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 </intro/tutorial02>` to start working with the