From d6839281a72519a0f67f885ec3b500b306043f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 18 Apr 2018 15:41:13 +0200 Subject: [PATCH] List --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a00274c..5328749 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ list_of_chars = list() .insert(index, ) = .pop([index]) .remove() - = .index() +index = .index(, [start, [stop]]) ```