Update docs

This commit is contained in:
Victor Zverovich 2019-03-17 14:15:48 -07:00
parent 0faa968cc3
commit 17c6900f83

View File

@ -244,7 +244,7 @@ The available presentation types for floating-point values are:
| | notation using the letter 'e' to indicate the exponent. | | | notation using the letter 'e' to indicate the exponent. |
+---------+----------------------------------------------------------+ +---------+----------------------------------------------------------+
| ``'E'`` | Exponent notation. Same as ``'e'`` except it uses an | | ``'E'`` | Exponent notation. Same as ``'e'`` except it uses an |
| | upper-case 'E' as the separator character. | | | upper-case ``'E'`` as the separator character. |
+---------+----------------------------------------------------------+ +---------+----------------------------------------------------------+
| ``'f'`` | Fixed point. Displays the number as a fixed-point | | ``'f'`` | Fixed point. Displays the number as a fixed-point |
| | number. | | | number. |
@ -271,8 +271,6 @@ The available presentation types for floating-point values are:
| none | The same as ``'g'``. | | none | The same as ``'g'``. |
+---------+----------------------------------------------------------+ +---------+----------------------------------------------------------+
Floating-point formatting is locale-dependent.
.. ifconfig:: False .. ifconfig:: False
+---------+----------------------------------------------------------+ +---------+----------------------------------------------------------+