[Python-checkins] r82458 - in python/branches/release26-maint: Doc/library/string.rst

eric.smith python-checkins at python.org
Sat Jul 3 00:24:55 CEST 2010


Author: eric.smith
Date: Sat Jul  3 00:24:54 2010
New Revision: 82458

Log:
Merged revisions 82455 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r82455 | eric.smith | 2010-07-02 17:44:16 -0400 (Fri, 02 Jul 2010) | 1 line
  
  Moved period outside paren, where it belongs.
........


Modified:
   python/branches/release26-maint/   (props changed)
   python/branches/release26-maint/Doc/library/string.rst

Modified: python/branches/release26-maint/Doc/library/string.rst
==============================================================================
--- python/branches/release26-maint/Doc/library/string.rst	(original)
+++ python/branches/release26-maint/Doc/library/string.rst	Sat Jul  3 00:24:54 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