]> granicus.if.org Git - python/commitdiff
Moved period outside paren, where it belongs.
authorEric Smith <eric@trueblade.com>
Fri, 2 Jul 2010 21:44:16 +0000 (21:44 +0000)
committerEric Smith <eric@trueblade.com>
Fri, 2 Jul 2010 21:44:16 +0000 (21:44 +0000)
Doc/library/string.rst

index 23414dd112b5b6bbec3359aa9d3145d58fabba01..7412976105559a7575ee524c70978b1c3bdfe97d 100644 (file)
@@ -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