8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e48de6 commit 655c425Copy full SHA for 655c425
Doc/library/dis.rst
@@ -1116,7 +1116,7 @@ iterations of the loop.
1116
except that ``namei`` is shifted left by 2 bits instead of 1.
1117
1118
The low bit of ``namei`` signals to attempt a method load, as with
1119
- :opcode:`LOAD_ATTR`, which results in pushing ``None`` and the loaded method.
+ :opcode:`LOAD_ATTR`, which results in pushing ``NULL`` and the loaded method.
1120
When it is unset a single value is pushed to the stack.
1121
1122
The second-low bit of ``namei``, if set, means that this was a two-argument
0 commit comments