We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20e058 commit 1f30739Copy full SHA for 1f30739
1 file changed
Doc/glossary.rst
@@ -1304,6 +1304,11 @@ Glossary
1304
1305
See also :term:`borrowed reference`.
1306
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
+
1312
text encoding
1313
A string in Python is a sequence of Unicode code points (in range
1314
``U+0000``--``U+10FFFF``). To store or transfer a string, it needs to be
0 commit comments