From a97c22bfa3e3e243b4999ff249b82fc81f0343b2 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 1 Jun 2007 17:04:36 +0000 Subject: [PATCH] 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 --- docs/settings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings.txt b/docs/settings.txt index a96133a1567..12e6dab4bc8 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -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).