Skip to content

Commit 9d98392

Browse files
authored
Missing letter added
1 parent 1416f46 commit 9d98392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/inventory-management/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ A `dict` can also be directly entered as a _dictionary literal_, using curly bra
4949
## Accessing Values in a Dictionary
5050

5151
You can access an entry in a dictionary using a _key_ in square (`[]`) brackets.
52-
If a `key` does not exist n the `dict`, a `KeyError` is thrown:
52+
If a `key` does not exist in the `dict`, a `KeyError` is thrown:
5353

5454
```python
5555
>>> bear["speed"]

0 commit comments

Comments
 (0)