Skip to content
Prev Previous commit
Next Next commit
Catch up with main
  • Loading branch information
brandtbucher committed Jun 16, 2023
commit a1640c76b5139a5c6a64dfcad9013c6986b2bebd
2 changes: 1 addition & 1 deletion Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ iterations of the loop.
.. versionadded:: 3.11


.. opcode:: MAKE_FUNCTION (flags)
.. opcode:: MAKE_FUNCTION

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

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.