From db95929e53002dd93fd8578f2135b95d4d29f994 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sun, 27 Jul 2025 22:03:13 -0300 Subject: [PATCH] Fix typo --- Doc/library/string.templatelib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/string.templatelib.rst b/Doc/library/string.templatelib.rst index 31b90d75f411f0..1709cd07a39eea 100644 --- a/Doc/library/string.templatelib.rst +++ b/Doc/library/string.templatelib.rst @@ -56,7 +56,7 @@ reassigned. >>> type(template) - Templates ars stored as sequences of literal :attr:`~Template.strings` + Templates are stored as sequences of literal :attr:`~Template.strings` and dynamic :attr:`~Template.interpolations`. A :attr:`~Template.values` attribute holds the interpolation values: