Skip to content

Commit 8745604

Browse files
Remove floating-point examples
1 parent b37539d commit 8745604

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Doc/library/string.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -728,10 +728,6 @@ Using the comma or the underscore as a digit group separator::
728728
'100_1001_1001_0110_0000_0010_1101_0010'
729729
>>> '{:_x}'.format(1234567890)
730730
'4996_02d2'
731-
>>> '{:,}'.format(123456789.123456789)
732-
'123,456,789.12345679'
733-
>>> '{:_}'.format(123456789.123456789)
734-
'123_456_789.12345679'
735731

736732
Expressing a percentage::
737733

0 commit comments

Comments
 (0)