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.
2 parents 572b3a0 + 52cef36 commit a5f4482Copy full SHA for a5f4482
1 file changed
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