Commit 4f4d8766 authored by Victor Zverovich's avatar Victor Zverovich

Remove '%' from the docs

parent f443bd3b
...@@ -265,10 +265,6 @@ The available presentation types for floating-point values are: ...@@ -265,10 +265,6 @@ The available presentation types for floating-point values are:
| | the current locale setting to insert the appropriate | | | the current locale setting to insert the appropriate |
| | number separator characters. | | | number separator characters. |
+---------+----------------------------------------------------------+ +---------+----------------------------------------------------------+
| ``'%'`` | Fixed point as a percentage. This is similar to ``'f'``, |
| | but the argument is multiplied by 100 and a percent sign |
| | ``%`` is appended. |
+---------+----------------------------------------------------------+
| none | Similar to ``'g'``, except that fixed-point notation, | | none | Similar to ``'g'``, except that fixed-point notation, |
| | when used, has at least one digit past the decimal | | | when used, has at least one digit past the decimal |
| | point. The default precision is as high as needed to | | | point. The default precision is as high as needed to |
......
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