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 e279660 commit 572b3a0Copy full SHA for 572b3a0
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