Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)
(cherry picked from commit 34cd3e9f6a
)
Co-authored-by: Xiang Zhang <angwerzx@126.com>
This commit is contained in:
parent
95cc37f6b8
commit
67020a3e13
|
@ -640,7 +640,7 @@ the original TOS1.
|
|||
|
||||
.. opcode:: LIST_APPEND (i)
|
||||
|
||||
Calls ``list.append(TOS[-i], TOS)``. Used to implement list comprehensions.
|
||||
Calls ``list.append(TOS1[-i], TOS)``. Used to implement list comprehensions.
|
||||
|
||||
|
||||
.. opcode:: MAP_ADD (i)
|
||||
|
|
Loading…
Reference in New Issue