]> granicus.if.org Git - python/commitdiff
Improved wording.
authorEric Smith <eric@trueblade.com>
Tue, 5 May 2009 17:19:46 +0000 (17:19 +0000)
committerEric Smith <eric@trueblade.com>
Tue, 5 May 2009 17:19:46 +0000 (17:19 +0000)
Doc/library/string.rst

index 0eb1b57ba6311b20508291dd4c602e5195bff051..d104931359d62f5b9f32bf6b04c7f3694a5c5e91 100644 (file)
@@ -434,10 +434,10 @@ 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 with at least one decimal     |
-   |         | point and a default precision of 12. This is intended to |
-   |         | match :func:`str`, except you can add the other          |
-   |         | format modifiers.                                        |
+   | None    | Similar to ``'g'``, except with at least one digit past  |
+   |         | the decimal point and a default precision of 12. This is |
+   |         | intended to match :func:`str`, except you can add the    |
+   |         | other format modifiers.                                  |
    +---------+----------------------------------------------------------+