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 d69d8e0 commit ae6f072Copy full SHA for ae6f072
Doc/library/string.templatelib.rst
@@ -153,7 +153,7 @@ reassigned.
153
>>> t"Hello {name}!".values
154
('World',)
155
156
- The ``values`` tuple is always the same length as the
+ The ``values`` tuple always has the same length as the
157
``interpolations`` tuple. It is equivalent to
158
``tuple(i.value for i in template.interpolations)``.
159
0 commit comments