File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments