diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index e7b7b81497cb74..c37059cb090d1a 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -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