From: Guilherme Leobas Date: Mon, 2 Feb 2026 10:30:17 +0000 (-0300) Subject: docs: update dangling reference to `LOAD_METHOD` in dis.rst (#144358) X-Git-Tag: v3.15.0a6~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=092ef634f57909651c7699a3c750b16a1c0b63af;p=thirdparty%2FPython%2Fcpython.git docs: update dangling reference to `LOAD_METHOD` in dis.rst (#144358) --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 755d681b9df2..1486eeb3053d 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -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