From: Eric Smith Date: Fri, 2 Jul 2010 22:24:54 +0000 (+0000) Subject: Merged revisions 82455 via svnmerge from X-Git-Tag: v2.6.6rc1~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35789d0d537ac340827e06110b91d206ac7596f9;p=thirdparty%2FPython%2Fcpython.git 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. ........ --- diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 37e8e64ac07c..b9152dd96675 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -212,7 +212,7 @@ Format String Syntax 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