Django

Code

Changeset 5413

Show
Ignore:
Timestamp:
06/01/07 12:04:36 (1 year ago)
Author:
adrian
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/settings.txt

    r5380 r5413  
    851851 
    852852The collation order to use when creating the test database. This value is 
    853 passed directly to the backend, so it's format is backend-specific. 
     853passed directly to the backend, so its format is backend-specific. 
    854854 
    855855Only supported for ``mysql`` and ``mysql_old`` backends (see `section 10.3.2`_