Skip to content

Commit 1f30739

Browse files
committed
Add an entry to the glossary.
1 parent a20e058 commit 1f30739

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/glossary.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,6 +1304,11 @@ Glossary
13041304

13051305
See also :term:`borrowed reference`.
13061306

1307+
t-string
1308+
String literals prefixed with ``'t'`` or ``'T'`` are commonly called
1309+
"t-strings" which is short for
1310+
:ref:`template string literals <t-strings>`. See also :pep:`750`.
1311+
13071312
text encoding
13081313
A string in Python is a sequence of Unicode code points (in range
13091314
``U+0000``--``U+10FFFF``). To store or transfer a string, it needs to be

0 commit comments

Comments
 (0)