Skip to content

Commit 796a91f

Browse files
committed
fix
1 parent d8bdbee commit 796a91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/dicts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ favorite_pets = {
6161
```
6262

6363
Here `'horusr'` and `'caisa64'` are **keys** in the dictionary, and
64-
`'cats'` and `'cats and docs'` are their **values**. Dictionaries are
64+
`'cats'` and `'cats and dogs'` are their **values**. Dictionaries are
6565
often named by their values. This dictionary has favorite pets as its
6666
values so I named the variable `favorite_pets`.
6767

0 commit comments

Comments
 (0)