We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2faca76 + c6a7d5a commit b3430e7Copy full SHA for b3430e7
peps/pep-0750.rst
@@ -1079,9 +1079,8 @@ old-style format string and returns an equivalent ``Template`` instance:
1079
1080
This is a powerful pattern that allows developers to use template strings in
1081
places where they might have previously used format strings. A full implementation
1082
-of ``from_format()`` is available in the examples repository. It supports the
1083
-full grammar of format strings including positional and keyword arguments,
1084
-automatic and manual field numbering, etc.
+of ``from_format()`` is available in the examples repository,
+which supports the full grammar of format strings.
1085
1086
.. note:: Example code
1087
0 commit comments