From cc85b330d72ec8aea5e015dd0a0a7e9970974af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 22 Mar 2019 12:09:10 +0100 Subject: [PATCH] Dict --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d0e45c..3412f1a 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,9 @@ index = .index() # Returns first index of item. Dictionary ---------- ```python - = .keys() # Collection of keys that reflects changes. - = .values() # Collection of values that reflects changes. - = .items() # Collection of key-value pairs. + = .keys() # Coll. of keys that reflects changes. + = .values() # Coll. of values that reflects changes. + = .items() # Coll. of key-value pairs. ``` ```python