Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)

This commit is contained in:
Xiang Zhang 2020-07-29 00:51:33 +08:00 committed by GitHub
parent 37a06cbe5c
commit 34cd3e9f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)