]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-117339: Use NULL instead of None for LOAD_SUPER_ATTR in dis docs (GH-117343...
authorChristopher Chianelli <christopher@timefold.ai>
Thu, 28 Mar 2024 22:27:16 +0000 (18:27 -0400)
committerGitHub <noreply@github.com>
Thu, 28 Mar 2024 22:27:16 +0000 (06:27 +0800)
Doc/library/dis.rst

index abcc3cde23526c2744c11e30ccc51d7e40477c05..2dd11e03894f99b095eea43d6e70d83cc2895a8b 100644 (file)
@@ -1116,7 +1116,7 @@ iterations of the loop.
    except that ``namei`` is shifted left by 2 bits instead of 1.
 
    The low bit of ``namei`` signals to attempt a method load, as with
-   :opcode:`LOAD_ATTR`, which results in pushing ``None`` and the loaded method.
+   :opcode:`LOAD_ATTR`, which results in pushing ``NULL`` and the loaded method.
    When it is unset a single value is pushed to the stack.
 
    The second-low bit of ``namei``, if set, means that this was a two-argument