summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
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:31:12 -0400
commit415ae960bb9f1bdae798023fdce3247d2c938eec (patch)
tree4d61d1035eeb76b93a0515b30576c039b325c3fb /docs/intro/tutorial01.txt
parent1f9deba1b312a12c47668724daf70b8fe2d56b17 (diff)
Fixed capitalization of "URL pattern".
Diffstat (limited to 'docs/intro/tutorial01.txt')
-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