Commit 36c29482 authored by Victor Zverovich's avatar Victor Zverovich

Update docs

parent c9fe1fa5
...@@ -262,10 +262,8 @@ The available presentation types for floating-point values are: ...@@ -262,10 +262,8 @@ The available presentation types for floating-point values are:
| | ``'E'`` if the number gets too large. The | | | ``'E'`` if the number gets too large. The |
| | representations of infinity and NaN are uppercased, too. | | | representations of infinity and NaN are uppercased, too. |
+---------+----------------------------------------------------------+ +---------+----------------------------------------------------------+
| none | Similar to ``'g'``, except that fixed-point notation, | | none | Similar to ``'g'``, except that the default precision is |
| | when used, has at least one digit past the decimal | | | as high as needed to represent the particular value. |
| | point. The default precision is as high as needed to |
| | represent the particular value. |
+---------+----------------------------------------------------------+ +---------+----------------------------------------------------------+
.. ifconfig:: False .. ifconfig:: False
......
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