Skip to content

Commit 46d531e

Browse files
touch
1 parent 4f1dde5 commit 46d531e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ All of the following opcodes use their arguments.
10591059
.. opcode:: LOAD_CLOSURE (i)
10601060

10611061
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]``.
1062+
storage. The name of the variable is ``co_fastlocalnames[i]``.
10631063

10641064
Note that ``LOAD_CLOSURE`` is effectively an alias for ``LOAD_FAST``.
10651065
It exists to keep bytecode a little more readable.

0 commit comments

Comments
 (0)