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.
2 parents 8865bc5 + 3544982 commit db43882Copy full SHA for db43882
data/part-5/3-dictionary.md
@@ -411,7 +411,7 @@ quitting...
411
412
## Removing keys and values from a dictionary
413
414
-It is naturally possible to also remove key-value paris from the dictionary. There are two ways to accomplish this. The first is the command `del`:
+It is naturally possible to also remove key-value pairs from the dictionary. There are two ways to accomplish this. The first is the command `del`:
415
416
```python
417
staff = {"Alan": "lecturer", "Emily": "professor", "David": "lecturer"}
0 commit comments