Update the default floating-point format docs (#1270)

This commit is contained in:
Victor Zverovich 2019-08-22 15:21:14 -07:00
parent 45dc3486fe
commit 5a4b24613b

View File

@ -268,7 +268,10 @@ The available presentation types for floating-point values are:
| | but the argument is multiplied by 100 and a percent sign |
| | ``%`` is appended. |
+---------+----------------------------------------------------------+
| none | The same as ``'g'``. |
| none | Similar to ``'g'``, except that fixed-point notation, |
| | when used, has at least one digit past the decimal |
| | point. The default precision is as high as needed to |
| | represent the particular value. |
+---------+----------------------------------------------------------+
.. ifconfig:: False