Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ iterations of the loop.

.. opcode:: BUILD_TEMPLATE

It consumes ``STACK[-1]`` (string) and ``STACK[-2]`` (interpolations) and
It consumes ``STACK[-1]`` (interpolations) and ``STACK[-2]`` (strings) and
outputs the template object to ``STACK[-1]``.

.. versionadded:: 3.14
Expand Down
Loading