Skip to content

Commit 68f5941

Browse files
committed
Moved period outside paren, where it belongs.
1 parent cf76d1f commit 68f5941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/string.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Format String Syntax
212212

213213
The :meth:`str.format` method and the :class:`Formatter` class share the same
214214
syntax for format strings (although in the case of :class:`Formatter`,
215-
subclasses can define their own format string syntax.)
215+
subclasses can define their own format string syntax).
216216

217217
Format strings contain "replacement fields" surrounded by curly braces ``{}``.
218218
Anything that is not contained in braces is considered literal text, which is

0 commit comments

Comments
 (0)