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
Prev Previous commit
Next Next commit
Fix a small error
  • Loading branch information
Yzi-Li committed Jun 25, 2025
commit c88907c92dda2ef2afbe17ce6143ba07287de478
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
Comment thread
Fidget-Spinner marked this conversation as resolved.
Outdated
outputs the template object to ``STACK[-1]``.

.. versionadded:: 3.14
Expand Down
Loading