Skip to content

Commit

Permalink
address review: reword
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Sep 25, 2024
1 parent 9579621 commit dfb592d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/library/string.rst
Original file line number Diff line number Diff line change
Expand Up @@ -577,9 +577,9 @@ The available presentation types for :class:`float` and
| None | For :class:`float` this is like the ``'g'`` type, except |
| | that when fixed-point notation is used to format the |
| | result, it always includes at least one digit past the |
| | decimal point, thus switch to the scientific notation |
| | happens when ``exp >= p - 1``. If precision is not |
| | specified, the precision used is as large as needed to |
| | decimal point, and switches to the scientific notation |
| | when ``exp >= p - 1``. When the precision is not |
| | specified, the latter will be as large as needed to |
| | represent the given value faithfully. |
| | |
| | For :class:`~decimal.Decimal`, this is the same as |
Expand Down

0 comments on commit dfb592d

Please sign in to comment.