diff --git a/README.md b/README.md index 3412f1a..291ae08 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Dictionary ```python = .keys() # Coll. of keys that reflects changes. = .values() # Coll. of values that reflects changes. - = .items() # Coll. of key-value pairs. + = .items() # Coll. of key-value tuples. ``` ```python