Skip to content

Commit b3430e7

Browse files
committed
Merge branch 'pep750-october-updates' of github.com:davepeck/peps into pep750-october-updates
2 parents 2faca76 + c6a7d5a commit b3430e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

peps/pep-0750.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,9 +1079,8 @@ old-style format string and returns an equivalent ``Template`` instance:
10791079
10801080
This is a powerful pattern that allows developers to use template strings in
10811081
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.
1082+
of ``from_format()`` is available in the examples repository,
1083+
which supports the full grammar of format strings.
10851084

10861085
.. note:: Example code
10871086

0 commit comments

Comments
 (0)