Skip to content

Commit 331bf80

Browse files
committed
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
1 parent 3c99d06 commit 331bf80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/settings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ DATABASES
222222
Default: ``{}`` (Empty dictionary)
223223

224224
A dictionary containing the settings for all databases to be used with
225-
Django. It is a nested dictionary who's contents maps database aliases
225+
Django. It is a nested dictionary whose contents maps database aliases
226226
to a dictionary containing the options for an individual database.
227227

228228
The :setting:`DATABASES` setting must configure a ``default`` database;

0 commit comments

Comments
 (0)