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'`` |
+---------+----------------------------------------------------------+
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins