Skip to content

Commit f38b43e

Browse files
committed
Merge branch 'interpolation-doc-fix' of github.com:davepeck/cpython into interpolation-doc-fix
2 parents ca45cd1 + 44ea6c3 commit f38b43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/string.templatelib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Types
258258
.. attribute:: expression
259259
:type: str
260260

261-
For interpolations created from t-string literals, :attr:`!expression`
261+
For interpolations created by t-string literals, :attr:`!expression`
262262
is the source text found inside the curly braces (``{`` & ``}``),
263263
including any whitespace, but excluding the curly braces themselves.
264264
For manually created interpolations, :attr:`!expression` is the arbitrary

0 commit comments

Comments
 (0)