Skip to content

Commit db43882

Browse files
authored
Merge pull request #11 from maratnugmanov/patch-1
Update 3-dictionary.md
2 parents 8865bc5 + 3544982 commit db43882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/part-5/3-dictionary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ quitting...
411411

412412
## Removing keys and values from a dictionary
413413

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`:
414+
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`:
415415

416416
```python
417417
staff = {"Alan": "lecturer", "Emily": "professor", "David": "lecturer"}

0 commit comments

Comments
 (0)