summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-07-06 15:31:12 -0400
committerTim Graham <timograham@gmail.com>2016-07-06 15:32:47 -0400
commit76ba451d2f61cb85287c3297d8e427d92d35691c (patch)
treecd563f73ebf60000b83be223bcb7ed2f4d6601c8 /docs/intro
parent61da9bb2999171433a01b781478fdc58410f0bb0 (diff)
[1.9.x] Fixed capitalization of "URL pattern".
Backport of 415ae960bb9f1bdae798023fdce3247d2c938eec from master
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/tutorial01.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 9f9e6b1d72..10738fa91f 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -385,7 +385,7 @@ aren't going to use this feature of Django in the tutorial.
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
+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