Skip to content

Commit ae6f072

Browse files
committed
'is always' -> 'always has'
1 parent d69d8e0 commit ae6f072

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
@@ -153,7 +153,7 @@ reassigned.
153153
>>> t"Hello {name}!".values
154154
('World',)
155155

156-
The ``values`` tuple is always the same length as the
156+
The ``values`` tuple always has the same length as the
157157
``interpolations`` tuple. It is equivalent to
158158
``tuple(i.value for i in template.interpolations)``.
159159

0 commit comments

Comments
 (0)