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 26d328b commit a17f313Copy full SHA for a17f313
Doc/library/dis.rst
@@ -1224,7 +1224,7 @@ iterations of the loop.
1224
except that ``namei`` is shifted left by 2 bits instead of 1.
1225
1226
The low bit of ``namei`` signals to attempt a method load, as with
1227
- :opcode:`LOAD_ATTR`, which results in pushing ``None`` and the loaded method.
+ :opcode:`LOAD_ATTR`, which results in pushing ``NULL`` and the loaded method.
1228
When it is unset a single value is pushed to the stack.
1229
1230
The second-low bit of ``namei``, if set, means that this was a two-argument
0 commit comments