Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a8e582

Browse files
committed
Fix the string formatting docs for now; if the feature is changed again, the docs can be changed too.
1 parent a1e9ef7 commit 7a8e582

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/library/string.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,7 @@ The available presentation types for floating point and decimal values are:
416416
| ``'%'`` | Percentage. Multiplies the number by 100 and displays |
417417
| | in fixed (``'f'``) format, followed by a percent sign. |
418418
+---------+----------------------------------------------------------+
419-
| None | similar to ``'g'``, except that it prints at least one |
420-
| | digit after the decimal point. |
419+
| None | the same as ``'g'`` |
421420
+---------+----------------------------------------------------------+
422421

423422

0 commit comments

Comments
 (0)