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 4f87c99 commit ce1abafCopy full SHA for ce1abaf
1 file changed
Doc/library/stdtypes.rst
@@ -3202,6 +3202,10 @@ The conversion types are:
3202
| | character in the result. | |
3203
+------------+-----------------------------------------------------+-------+
3204
3205
+For floating-point formats, the result should be correctly rounded to a given
3206
+precision ``p`` of digits after the decimal point. The rounding mode matches
3207
+that of the :func:`round` builtin.
3208
+
3209
Notes:
3210
3211
(1)
0 commit comments