Commit 373be1ec authored by Jannis Leidel's avatar Jannis Leidel
Browse files

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

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12459 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 421f0195
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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