mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
#2161: Fix opcode name.
This commit is contained in:
parent
b678f98511
commit
5972493383
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ the more significant byte last.
|
|||
.. opcode:: STORE_NAME (namei)
|
||||
|
||||
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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue