Fixed #12877 - Typo in settings docs. Thanks Timo.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12459 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2010-02-21 23:38:11 +00:00
parent 421f0195c1
commit 373be1ec1f
1 changed files with 2 additions and 2 deletions

View File

@ -1460,9 +1460,9 @@ THOUSAND_SEPARATOR
Default ``,`` (Comma)
Default thousand separator used when formatting numbers. This setting is
used only when ``NUMBER_GROUPPING`` is set.
used only when ``NUMBER_GROUPING`` is set.
See also ``NUMBER_GROUPPING``, ``DECIMAL_SEPARATOR``
See also ``NUMBER_GROUPING``, ``DECIMAL_SEPARATOR``
.. setting:: TIME_FORMAT