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 2a05bc6 commit c88907cCopy full SHA for c88907c
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]`` (string) and ``STACK[-2]`` (interpolations) and
+ It 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