We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9337c60 commit 7d77368Copy full SHA for 7d77368
Doc/library/dis.rst
@@ -741,7 +741,7 @@ iterations of the loop.
741
742
This opcode performs several operations before a with block starts. First,
743
it loads :meth:`~object.__exit__` from the context manager and pushes it onto
744
- the stack for later use by :opcode:`WITH_CLEANUP_START`. Then,
+ the stack for later use by :opcode:`WITH_EXCEPT_START`. Then,
745
:meth:`~object.__enter__` is called, and a finally block pointing to *delta*
746
is pushed. Finally, the result of calling the ``__enter__()`` method is pushed onto
747
the stack. The next opcode will either ignore it (:opcode:`POP_TOP`), or
0 commit comments