From 3469f4b819913476c197717221887f71c4a88471 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 16 Jul 2009 23:45:36 +0000 Subject: [PATCH] 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 --- docs/topics/http/urls.txt | 4 ++-- 1 file 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 `, since multiple instances of a single application will share named URLs. Namespaces provide a way to tell these named URLs apart.