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 4f1dde5 commit 46d531eCopy full SHA for 46d531e
Doc/library/dis.rst
@@ -1059,7 +1059,7 @@ All of the following opcodes use their arguments.
1059
.. opcode:: LOAD_CLOSURE (i)
1060
1061
Pushes a reference to the cell contained in slot ``i`` of the "fast locals"
1062
- storage. The name of the variable is ``co_fastlocalnames[i]``.
+ storage. The name of the variable is ``co_fastlocalnames[i]``.
1063
1064
Note that ``LOAD_CLOSURE`` is effectively an alias for ``LOAD_FAST``.
1065
It exists to keep bytecode a little more readable.
0 commit comments