Skip to content

Commit 7eca01e

Browse files
davepeckhugovk
andauthored
Update Doc/library/string.templatelib.rst
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 54914fe commit 7eca01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/string.templatelib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Template strings
2424
.. versionadded:: 3.14
2525

2626
Template strings are a formatting mechanism that allows for deep control over
27-
how strings are processed. You can create Templates using
27+
how strings are processed. You can create templates using
2828
:ref:`t-string literal syntax <t-strings>`, which is identical to
2929
:ref:`f-string syntax <f-strings>` but uses a ``t`` instead of an ``f``.
3030
While f-strings evaluate to ``str``, t-strings create a :class:`Template`

0 commit comments

Comments
 (0)