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 ca8ca6b commit f688a4bCopy full SHA for f688a4b
1 file changed
Doc/library/stdtypes.rst
@@ -3190,6 +3190,10 @@ The conversion types are:
3190
| | character in the result. | |
3191
+------------+-----------------------------------------------------+-------+
3192
3193
+For floating-point formats, the result should be correctly rounded to a given
3194
+precision ``p`` of digits after the decimal point. The rounding mode matches
3195
+that of the :func:`round` builtin.
3196
+
3197
Notes:
3198
3199
(1)
0 commit comments