Skip to content

Commit 8b0c132

Browse files
committed
Fix docs for TSTRING_MIDDLE
1 parent 0b1aef9 commit 8b0c132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/token.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The token constants are:
149149

150150
.. impl-detail::
151151

152-
Replacement fields (that is, the non-literal parts of f-strings) use
152+
Replacement fields (that is, the non-literal parts of t-strings) use
153153
the same tokens as other expressions, and are delimited by
154154
:data:`LBRACE`, :data:`RBRACE`, :data:`EXCLAMATION` and :data:`COLON`
155155
tokens.

0 commit comments

Comments
 (0)