Browse Source

Dict

pull/23/head
Jure Šorn 5 years ago
parent
commit
d5c551e8bb
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -56,7 +56,7 @@ Dictionary
```python ```python
<view> = <dict>.keys() # Coll. of keys that reflects changes. <view> = <dict>.keys() # Coll. of keys that reflects changes.
<view> = <dict>.values() # Coll. of values that reflects changes. <view> = <dict>.values() # Coll. of values that reflects changes.
<view> = <dict>.items() # Coll. of key-value pairs.
<view> = <dict>.items() # Coll. of key-value tuples.
``` ```
```python ```python

Loading…
Cancel
Save