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 54914fe commit 7eca01eCopy full SHA for 7eca01e
Doc/library/string.templatelib.rst
@@ -24,7 +24,7 @@ Template strings
24
.. versionadded:: 3.14
25
26
Template strings are a formatting mechanism that allows for deep control over
27
-how strings are processed. You can create Templates using
+how strings are processed. You can create templates using
28
:ref:`t-string literal syntax <t-strings>`, which is identical to
29
:ref:`f-string syntax <f-strings>` but uses a ``t`` instead of an ``f``.
30
While f-strings evaluate to ``str``, t-strings create a :class:`Template`
0 commit comments