Fixed grammar error in docs/settings.txt from [5380]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5413 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-06-01 17:04:36 +00:00
parent 007ca57374
commit a97c22bfa3
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@ TEST_DATABASE_COLLATION
Default: ``None``
The collation order to use when creating the test database. This value is
passed directly to the backend, so it's format is backend-specific.
passed directly to the backend, so its format is backend-specific.
Only supported for ``mysql`` and ``mysql_old`` backends (see `section 10.3.2`_
of the MySQL manual for details).