From 092ef634f57909651c7699a3c750b16a1c0b63af Mon Sep 17 00:00:00 2001 From: Guilherme Leobas Date: Mon, 2 Feb 2026 07:30:17 -0300 Subject: [PATCH] docs: update dangling reference to `LOAD_METHOD` in dis.rst (#144358) --- Doc/library/dis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3