Skip to content

Commit 83fcb81

Browse files
authored
Doc: Fix minor typo in t-strings docs
1 parent b13a5df commit 83fcb81

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
@@ -56,7 +56,7 @@ reassigned.
5656
>>> type(template)
5757
<class 'string.templatelib.Template'>
5858

59-
Templates ars stored as sequences of literal :attr:`~Template.strings`
59+
Templates are stored as sequences of literal :attr:`~Template.strings`
6060
and dynamic :attr:`~Template.interpolations`.
6161
A :attr:`~Template.values` attribute holds the interpolation values:
6262

0 commit comments

Comments
 (0)