Skip to content

Commit 7595f08

Browse files
committed
Remove merge artifact
1 parent cdb9d59 commit 7595f08

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Doc/reference/lexical_analysis.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,19 +1079,6 @@ include expressions.
10791079
See also :pep:`498` for the proposal that added formatted string literals,
10801080
and :meth:`str.format`, which uses a related format string mechanism.
10811081

1082-
.. _t-strings:
1083-
.. _template-string-literals:
1084-
1085-
t-strings
1086-
---------
1087-
1088-
A :dfn:`template string literal` or :dfn:`t-string` is a string literal that
1089-
is prefixed with ``'t'`` or ``'T'``.
1090-
These strings have internal structure similar to :ref:`f-strings`,
1091-
but are evaluated as Template objects instead of strings.
1092-
1093-
.. versionadded:: 3.14
1094-
10951082

10961083
.. _t-strings:
10971084
.. _template-string-literals:

0 commit comments

Comments
 (0)