mirror of
https://github.com/django/django.git
synced 2025-10-17 22:07:29 +00:00
Fixed capitalization of "URL pattern".
This commit is contained in:
parent
1f9deba1b3
commit
415ae960bb
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue