We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40a50b commit cc85b33Copy full SHA for cc85b33
README.md
@@ -54,9 +54,9 @@ index = <list>.index(<el>) # Returns first index of item.
54
Dictionary
55
----------
56
```python
57
-<view> = <dict>.keys() # Collection of keys that reflects changes.
58
-<view> = <dict>.values() # Collection of values that reflects changes.
59
-<view> = <dict>.items() # Collection of key-value pairs.
+<view> = <dict>.keys() # Coll. of keys that reflects changes.
+<view> = <dict>.values() # Coll. of values that reflects changes.
+<view> = <dict>.items() # Coll. of key-value pairs.
60
```
61
62
0 commit comments