diff --git a/README.md b/README.md index 17d9437..4c37805 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ product_of_elems = functools.reduce(lambda out, x: out * x, ) ``` ```python - = .index() # Returns first index of item. +index = .index() # Returns first index of item. .insert(index, ) # Inserts item at index and moves the rest to the right. = .pop([index]) # Removes and returns item at index or from the end. .remove() # Removes first occurrence of item.