Commit 3469f4b8 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #11491 -- Corrected minor typo in new namespace URL docs. Thanks to Carl...

Fixed #11491 -- Corrected minor typo in new namespace URL docs. Thanks to Carl Meyer for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 53b88092
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -451,8 +451,8 @@ included URLconf, as expected.
Defining URL Namespaces
-----------------------

When you need to deploying multiple instances of a single application, it can
be helpful to be able to differentiate between instances. This is especially
When you need to deploy multiple instances of a single application, it can be
helpful to be able to differentiate between instances. This is especially
important when using _`named URL patterns <naming-url-patterns>`, since
multiple instances of a single application will share named URLs. Namespaces
provide a way to tell these named URLs apart.