Kaydet (Commit) 7a8e5824 authored tarafından Georg Brandl's avatar Georg Brandl

Fix the string formatting docs for now; if the feature is changed again, the…

Fix the string formatting docs for now; if the feature is changed again, the docs can be changed too.
üst a1e9ef7a
......@@ -416,8 +416,7 @@ The available presentation types for floating point and decimal values are:
| ``'%'`` | Percentage. Multiplies the number by 100 and displays |
| | in fixed (``'f'``) format, followed by a percent sign. |
+---------+----------------------------------------------------------+
| None | similar to ``'g'``, except that it prints at least one |
| | digit after the decimal point. |
| None | the same as ``'g'`` |
+---------+----------------------------------------------------------+
......
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