]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
docs: update dangling reference to `LOAD_METHOD` in dis.rst (#144358)
authorGuilherme Leobas <guilhermeleobas@gmail.com>
Mon, 2 Feb 2026 10:30:17 +0000 (07:30 -0300)
committerGitHub <noreply@github.com>
Mon, 2 Feb 2026 10:30:17 +0000 (16:00 +0530)
Doc/library/dis.rst

index 755d681b9df2beea2ce08a655443a270efd6f711..1486eeb3053da4a0ab53e47cdba5b119f8ef6575 100644 (file)
@@ -1642,7 +1642,7 @@ iterations of the loop.
 
    Pushes a ``NULL`` to the stack.
    Used in the call sequence to match the ``NULL`` pushed by
-   :opcode:`!LOAD_METHOD` for non-method calls.
+   :opcode:`LOAD_ATTR` for non-method calls.
 
    .. versionadded:: 3.11