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 54d7892 commit 17a5bbfCopy full SHA for 17a5bbf
Doc/library/stdtypes.rst
@@ -2478,7 +2478,7 @@ Notes:
2478
inserted before the first digit.
2479
2480
For floats, represent the number by a hexadecimal string in the style
2481
- ``[±]0xh.[hhhp±d``, where there is one hexadecimal digit before the
+ ``[±]0xh.[hhh]p±d``, where there is one hexadecimal digit before the
2482
decimal-point character and the number of hexadecimal digits after it is
2483
equal to the precision; if the precision is missing, then the precision is
2484
sufficient for an exact representation of the value. If the precision is
0 commit comments