Fixed capitalization of "URL pattern".

This commit is contained in:
Tim Graham 2016-07-06 15:31:12 -04:00
parent 1f9deba1b3
commit 415ae960bb
4 changed files with 4 additions and 4 deletions

View file

@ -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