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 c88907c commit 265a88aCopy full SHA for 265a88a
Doc/library/dis.rst
@@ -1184,7 +1184,7 @@ iterations of the loop.
1184
1185
.. opcode:: BUILD_TEMPLATE
1186
1187
- It consumes ``STACK[-1]`` (interpolations) and ``STACK[-2]`` (strings) and
+ Consumes ``STACK[-1]`` (interpolations) and ``STACK[-2]`` (strings) and
1188
outputs the template object to ``STACK[-1]``.
1189
1190
.. versionadded:: 3.14
0 commit comments