]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix the string formatting docs for now; if the feature is changed again, the docs...
authorGeorg Brandl <georg@python.org>
Tue, 4 Sep 2007 07:27:54 +0000 (07:27 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 4 Sep 2007 07:27:54 +0000 (07:27 +0000)
Doc/library/string.rst

index b0061b753836d474ca335fd8425d0ef8f07e9938..41b8a497600e2b86a740f2eda240b94f1bdf21c3 100644 (file)
@@ -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'``                                      |
    +---------+----------------------------------------------------------+