From 7a8e58249c0bc798aae5c662a5d752db736cb1ea Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 4 Sep 2007 07:27:54 +0000 Subject: Fix the string formatting docs for now; if the feature is changed again, the docs can be changed too. --- Doc/library/string.rst | 3 +-- 1 file changed, 1 insertion(+), 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'`` | +---------+----------------------------------------------------------+ -- cgit v0.12