We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbd379 commit 3a5b479Copy full SHA for 3a5b479
Doc/library/string.rst
@@ -409,7 +409,8 @@ conversions, trailing zeros are not removed from the result.
409
410
.. index:: single: , (comma); in string formatting
411
412
-The ``','`` option signals the use of a comma for a thousands separator.
+The ``','`` option signals the use of a comma for a thousands separator for
413
+floating-point presentation types and for integer presentation type ``'d'``.
414
For a locale aware separator, use the ``'n'`` integer presentation type
415
instead.
416
0 commit comments