From: Georg Brandl Date: Tue, 4 Sep 2007 07:27:54 +0000 (+0000) Subject: Fix the string formatting docs for now; if the feature is changed again, the docs... X-Git-Tag: v3.0a2~456 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a8e58249c0bc798aae5c662a5d752db736cb1ea;p=thirdparty%2FPython%2Fcpython.git Fix the string formatting docs for now; if the feature is changed again, the docs can be changed too. --- diff --git a/Doc/library/string.rst b/Doc/library/string.rst index b0061b753836..41b8a497600e 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'`` | +---------+----------------------------------------------------------+