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
This commit is contained in:
Russell Keith-Magee 2010-08-23 13:50:28 +00:00
parent 3c99d06229
commit 331bf80904
1 changed files with 1 additions and 1 deletions

View File

@ -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;