[Python-3000-checkins] r57952 - python/branches/py3k/Doc/library/string.rst

georg.brandl python-3000-checkins at python.org
Tue Sep 4 09:27:55 CEST 2007


Author: georg.brandl
Date: Tue Sep  4 09:27:54 2007
New Revision: 57952

Modified:
   python/branches/py3k/Doc/library/string.rst
Log:
Fix the string formatting docs for now; if the feature is changed again, the docs can be changed too.


Modified: python/branches/py3k/Doc/library/string.rst
==============================================================================
--- python/branches/py3k/Doc/library/string.rst	(original)
+++ python/branches/py3k/Doc/library/string.rst	Tue Sep  4 09:27:54 2007
@@ -416,8 +416,7 @@
    | ``'%'`` | 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'``                                      |
    +---------+----------------------------------------------------------+
 
 


More information about the Python-3000-checkins mailing list