Commit 3bef15be authored by Eric Smith's avatar Eric Smith

Improved wording.

parent 4adbc34a
...@@ -434,10 +434,10 @@ The available presentation types for floating point and decimal values are: ...@@ -434,10 +434,10 @@ The available presentation types for floating point and decimal values are:
| ``'%'`` | Percentage. Multiplies the number by 100 and displays | | ``'%'`` | Percentage. Multiplies the number by 100 and displays |
| | in fixed (``'f'``) format, followed by a percent sign. | | | in fixed (``'f'``) format, followed by a percent sign. |
+---------+----------------------------------------------------------+ +---------+----------------------------------------------------------+
| None | Similar to ``'g'``, except with at least one decimal | | None | Similar to ``'g'``, except with at least one digit past |
| | point and a default precision of 12. This is intended to | | | the decimal point and a default precision of 12. This is |
| | match :func:`str`, except you can add the other | | | intended to match :func:`str`, except you can add the |
| | format modifiers. | | | other format modifiers. |
+---------+----------------------------------------------------------+ +---------+----------------------------------------------------------+
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment