Skip to content

Commit db95929

Browse files
authored
Fix typo
1 parent 4e40f2b commit db95929

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)