Commit 59724933 authored by Georg Brandl's avatar Georg Brandl

#2161: Fix opcode name.

parent b678f985
...@@ -544,7 +544,7 @@ the more significant byte last. ...@@ -544,7 +544,7 @@ the more significant byte last.
.. opcode:: STORE_NAME (namei) .. opcode:: STORE_NAME (namei)
Implements ``name = TOS``. *namei* is the index of *name* in the attribute Implements ``name = TOS``. *namei* is the index of *name* in the attribute
:attr:`co_names` of the code object. The compiler tries to use ``STORE_LOCAL`` :attr:`co_names` of the code object. The compiler tries to use ``STORE_FAST``
or ``STORE_GLOBAL`` if possible. or ``STORE_GLOBAL`` if possible.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment