Skip to content

Commit 373be1e

Browse files
committed
Fixed #12877 - Typo in settings docs. Thanks Timo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12459 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 421f019 commit 373be1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ref/settings.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,9 +1460,9 @@ THOUSAND_SEPARATOR
14601460
Default ``,`` (Comma)
14611461

14621462
Default thousand separator used when formatting numbers. This setting is
1463-
used only when ``NUMBER_GROUPPING`` is set.
1463+
used only when ``NUMBER_GROUPING`` is set.
14641464

1465-
See also ``NUMBER_GROUPPING``, ``DECIMAL_SEPARATOR``
1465+
See also ``NUMBER_GROUPING``, ``DECIMAL_SEPARATOR``
14661466

14671467
.. setting:: TIME_FORMAT
14681468

0 commit comments

Comments
 (0)