https://github.com/python/cpython/commit/092ef634f57909651c7699a3c750b16a1c0b63af
commit: 092ef634f57909651c7699a3c750b16a1c0b63af
branch: main
author: Guilherme Leobas <[email protected]>
committer: kumaraditya303 <[email protected]>
date: 2026-02-02T16:00:17+05:30
summary:
docs: update dangling reference to `LOAD_METHOD` in dis.rst (#144358)
files:
M Doc/library/dis.rst
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 755d681b9df2be..1486eeb3053da4 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
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]