Skip to content

Commit 588343c

Browse files
guilhermeleobasthunder-coding
authored andcommitted
docs: update dangling reference to LOAD_METHOD in dis.rst (python#144358)
1 parent 9d3da81 commit 588343c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)