Skip to content

Commit 265a88a

Browse files
Update Doc/library/dis.rst
Co-authored-by: Ken Jin <[email protected]>
1 parent c88907c commit 265a88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ iterations of the loop.
11841184

11851185
.. opcode:: BUILD_TEMPLATE
11861186

1187-
It consumes ``STACK[-1]`` (interpolations) and ``STACK[-2]`` (strings) and
1187+
Consumes ``STACK[-1]`` (interpolations) and ``STACK[-2]`` (strings) and
11881188
outputs the template object to ``STACK[-1]``.
11891189

11901190
.. versionadded:: 3.14

0 commit comments

Comments
 (0)