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 d8bdbee commit 796a91fCopy full SHA for 796a91f
basics/dicts.md
@@ -61,7 +61,7 @@ favorite_pets = {
61
```
62
63
Here `'horusr'` and `'caisa64'` are **keys** in the dictionary, and
64
-`'cats'` and `'cats and docs'` are their **values**. Dictionaries are
+`'cats'` and `'cats and dogs'` are their **values**. Dictionaries are
65
often named by their values. This dictionary has favorite pets as its
66
values so I named the variable `favorite_pets`.
67
0 commit comments