From 76ba451d2f61cb85287c3297d8e427d92d35691c Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 6 Jul 2016 15:31:12 -0400 Subject: [1.9.x] Fixed capitalization of "URL pattern". Backport of 415ae960bb9f1bdae798023fdce3247d2c938eec from master --- docs/intro/tutorial01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/intro/tutorial01.txt') 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 -- cgit v1.3