Skip to content

Commit

Permalink
Doc: Fix typo in documentation for MAKE_FUNCTION opcode (GH-126396)
Browse files Browse the repository at this point in the history
(cherry picked from commit e5a4b40)

Co-authored-by: Mikhail Efimov <[email protected]>
  • Loading branch information
efimov-mikhail authored and miss-islington committed Nov 4, 2024
1 parent cddecf2 commit d0ebf36
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 @@ -1550,7 +1550,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 d0ebf36

Please sign in to comment.