diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2009-07-16 23:45:36 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2009-07-16 23:45:36 +0000 |
| commit | 3469f4b819913476c197717221887f71c4a88471 (patch) | |
| tree | 9426cba0f9d5ff5d443fc466e197541a6347862e /docs | |
| parent | 53b8809277c40f5011a16d6e27b221e2f48f7f97 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/http/urls.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt index 926fddf2c1..2ec4e9d954 100644 --- a/docs/topics/http/urls.txt +++ b/docs/topics/http/urls.txt @@ -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. |
