diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-23 13:51:49 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-23 13:51:49 +0000 |
| commit | 06a35609a17c99512685e8cd65afb26490a72a2a (patch) | |
| tree | 95f5e59619a1f70c4fb5b78b092ed37645b6bfbf /docs | |
| parent | 87cd047123307aa510b4ca3dd854d154f2b10ff8 (diff) | |
[1.2.X] Fixed #14154 -- Corrected grammar error in settings docs. Thanks to d00gs for the report.
Backport of r13633 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13634 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/settings.txt | 2 |
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; |
