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

Skip to content

Commit 3bef15b

Browse files
committed
Improved wording.
1 parent 4adbc34 commit 3bef15b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/library/string.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,10 @@ The available presentation types for floating point and decimal values are:
434434
| ``'%'`` | Percentage. Multiplies the number by 100 and displays |
435435
| | in fixed (``'f'``) format, followed by a percent sign. |
436436
+---------+----------------------------------------------------------+
437-
| None | Similar to ``'g'``, except with at least one decimal |
438-
| | point and a default precision of 12. This is intended to |
439-
| | match :func:`str`, except you can add the other |
440-
| | format modifiers. |
437+
| None | Similar to ``'g'``, except with at least one digit past |
438+
| | the decimal point and a default precision of 12. This is |
439+
| | intended to match :func:`str`, except you can add the |
440+
| | other format modifiers. |
441441
+---------+----------------------------------------------------------+
442442

443443

0 commit comments

Comments
 (0)