Skip to content

Commit d5c551e

Browse files
committed
Dict
1 parent cc85b33 commit d5c551e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Dictionary
5656
```python
5757
<view> = <dict>.keys() # Coll. of keys that reflects changes.
5858
<view> = <dict>.values() # Coll. of values that reflects changes.
59-
<view> = <dict>.items() # Coll. of key-value pairs.
59+
<view> = <dict>.items() # Coll. of key-value tuples.
6060
```
6161

6262
```python

0 commit comments

Comments
 (0)