Skip to content

Commit 545bb64

Browse files
committed
Update Python_CheatSheet.md
1 parent b931797 commit 545bb64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python_CheatSheet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
#This method remove the first item from list whose value is equal to the element.
269269
list.remove(element)
270270

271-
#This method inserts an item at a give position
271+
#This method inserts an item at a given index/position
272272
list.insert(index, x)
273273

274274
#Removes an item at the given postion in the list and returns it

0 commit comments

Comments
 (0)