diff -r f374291bcda9 docs/ref/settings.txt
a
|
b
|
|
1170 | 1170 | setting ``THOUSAND_SEPARATOR`` will be used as the separator between those |
1171 | 1171 | groups. |
1172 | 1172 | |
1173 | | See also ``THOUSAND_SEPARATOR`` |
| 1173 | See also ``THOUSAND_SEPARATOR`` and ``USE_THOUSAND_SEPARATOR`` |
1174 | 1174 | |
1175 | 1175 | .. setting:: PREPEND_WWW |
1176 | 1176 | |
… |
… |
|
1536 | 1536 | Default ``,`` (Comma) |
1537 | 1537 | |
1538 | 1538 | Default thousand separator used when formatting numbers. This setting is |
1539 | | used only when ``NUMBER_GROUPING`` is set. |
| 1539 | used only when ``NUMBER_GROUPING`` and ``USE_THOUSAND_SEPARATOR`` are set. |
1540 | 1540 | |
1541 | | See also ``NUMBER_GROUPING``, ``DECIMAL_SEPARATOR`` |
| 1541 | See also ``NUMBER_GROUPING``, ``DECIMAL_SEPARATOR`` and ``USE_THOUSAND_SEPARATOR`` |
1542 | 1542 | |
1543 | 1543 | .. setting:: TIME_FORMAT |
1544 | 1544 | |