[Python-checkins] r82455 - python/trunk/Doc/library/string.rst

eric.smith python-checkins at python.org
Fri Jul 2 23:44:16 CEST 2010


Author: eric.smith
Date: Fri Jul  2 23:44:16 2010
New Revision: 82455

Log:
Moved period outside paren, where it belongs.

Modified:
   python/trunk/Doc/library/string.rst

Modified: python/trunk/Doc/library/string.rst
==============================================================================
--- python/trunk/Doc/library/string.rst	(original)
+++ python/trunk/Doc/library/string.rst	Fri Jul  2 23:44:16 2010
@@ -212,7 +212,7 @@
 
 The :meth:`str.format` method and the :class:`Formatter` class share the same
 syntax for format strings (although in the case of :class:`Formatter`,
-subclasses can define their own format string syntax.)
+subclasses can define their own format string syntax).
 
 Format strings contain "replacement fields" surrounded by curly braces ``{}``.
 Anything that is not contained in braces is considered literal text, which is


More information about the Python-checkins mailing list