We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf76d1f commit 68f5941Copy full SHA for 68f5941
Doc/library/string.rst
@@ -212,7 +212,7 @@ Format String Syntax
212
213
The :meth:`str.format` method and the :class:`Formatter` class share the same
214
syntax for format strings (although in the case of :class:`Formatter`,
215
-subclasses can define their own format string syntax.)
+subclasses can define their own format string syntax).
216
217
Format strings contain "replacement fields" surrounded by curly braces ``{}``.
218
Anything that is not contained in braces is considered literal text, which is
0 commit comments