Author: russellm
Date: 2010-08-23 08:50:28 -0500 (Mon, 23 Aug 2010)
New Revision: 13633
Modified:
django/trunk/docs/ref/settings.txt
Log:
Fixed #14154 -- Corrected grammar error in settings docs. Thanks to d00gs for
the report.
Modified: django/trunk/docs/ref/settings.txt
===================================================================
--- django/trunk/docs/ref/settings.txt 2010-08-23 13:39:58 UTC (rev 13632)
+++ django/trunk/docs/ref/settings.txt 2010-08-23 13:50:28 UTC (rev 13633)
@@ -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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.