Skip to content

Commit

Permalink
Typo fix in MAKE_FUNCTION opcode in dis library docs
Browse files Browse the repository at this point in the history
  • Loading branch information
efimov-mikhail committed Nov 4, 2024
1 parent bfc1d25 commit 3e29ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,7 @@ iterations of the loop.

.. opcode:: MAKE_FUNCTION

Pushes a new function object on the stack built from the code object at ``STACK[1]``.
Pushes a new function object on the stack built from the code object at ``STACK[-1]``.

.. versionchanged:: 3.10
Flag value ``0x04`` is a tuple of strings instead of dictionary
Expand Down

0 comments on commit 3e29ef4

Please sign in to comment.