summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-08-23 13:50:28 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-08-23 13:50:28 +0000
commit331bf8090481033a709e0aad20f75707efa02f7e (patch)
tree62412a088a1c777888532e4aebe8fd756d62db0a /docs/ref/settings.txt
parent3c99d0622957366867beaccb7d5806a8b23e2a36 (diff)
Fixed #14154 -- Corrected grammar error in settings docs. Thanks to d00gs for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13633 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/settings.txt')
-rw-r--r--docs/ref/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index cb0e1afbf5..b5556deac8 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -222,7 +222,7 @@ DATABASES
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;