Skip to content

Commit 17a5bbf

Browse files
skirpichevvstinner
andauthored
Update Doc/library/stdtypes.rst
Co-authored-by: Victor Stinner <[email protected]>
1 parent 54d7892 commit 17a5bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2478,7 +2478,7 @@ Notes:
24782478
inserted before the first digit.
24792479

24802480
For floats, represent the number by a hexadecimal string in the style
2481-
``[±]0xh.[hhhp±d``, where there is one hexadecimal digit before the
2481+
``[±]0xh.[hhh]p±d``, where there is one hexadecimal digit before the
24822482
decimal-point character and the number of hexadecimal digits after it is
24832483
equal to the precision; if the precision is missing, then the precision is
24842484
sufficient for an exact representation of the value. If the precision is

0 commit comments

Comments
 (0)