summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/string.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/string.rst b/Doc/library/string.rst
index b0061b7..41b8a49 100644
--- a/Doc/library/string.rst
+++ b/Doc/library/string.rst
@@ -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'`` |
+---------+----------------------------------------------------------+