DOH readme correction
This commit is contained in:
parent
559128e14e
commit
b86a171e43
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ Sequence Operations
|
|||
-------------------
|
||||
Getitem(list,index) Get an item
|
||||
Setitem(list,index,val) Set an item
|
||||
Delitem(list,index,val) Delete an item
|
||||
Delitem(list,index) Delete an item
|
||||
Insert(list,index,val) Insert an item
|
||||
Append(list,val) Append to end
|
||||
Push(list,val) Insert at beginning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue