Author: russellm
Date: 2010-08-23 08:51:49 -0500 (Mon, 23 Aug 2010)
New Revision: 13634

Modified:
   django/branches/releases/1.2.X/docs/ref/settings.txt
Log:
[1.2.X] Fixed #14154 -- Corrected grammar error in settings docs. Thanks to 
d00gs for the report.

Backport of r13633 from trunk.

Modified: django/branches/releases/1.2.X/docs/ref/settings.txt
===================================================================
--- django/branches/releases/1.2.X/docs/ref/settings.txt        2010-08-23 
13:50:28 UTC (rev 13633)
+++ django/branches/releases/1.2.X/docs/ref/settings.txt        2010-08-23 
13:51:49 UTC (rev 13634)
@@ -222,7 +222,7 @@
 Default: ``{}`` (Empty dictionary)
 
 A dictionary containing the settings for all databases to be used with
-Django. It is a nested dictionary who's contents maps database aliases
+Django. It is a nested dictionary whose contents maps database aliases
 to a dictionary containing the options for an individual database.
 
 The :setting:`DATABASES` setting must configure a ``default`` database;

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@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