Author: russellm
Date: 2009-07-16 18:45:36 -0500 (Thu, 16 Jul 2009)
New Revision: 11253

Modified:
   django/trunk/docs/topics/http/urls.txt
Log:
Fixed #11491 -- Corrected minor typo in new namespace URL docs. Thanks to Carl 
Meyer for the report.

Modified: django/trunk/docs/topics/http/urls.txt
===================================================================
--- django/trunk/docs/topics/http/urls.txt      2009-07-16 23:13:49 UTC (rev 
11252)
+++ django/trunk/docs/topics/http/urls.txt      2009-07-16 23:45:36 UTC (rev 
11253)
@@ -451,8 +451,8 @@
 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.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to