Skip to content

Commit 092ef63

Browse files
docs: update dangling reference to LOAD_METHOD in dis.rst (#144358)
1 parent 40d07ca commit 092ef63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,7 @@ iterations of the loop.
16421642

16431643
Pushes a ``NULL`` to the stack.
16441644
Used in the call sequence to match the ``NULL`` pushed by
1645-
:opcode:`!LOAD_METHOD` for non-method calls.
1645+
:opcode:`LOAD_ATTR` for non-method calls.
16461646

16471647
.. versionadded:: 3.11
16481648

0 commit comments

Comments
 (0)