Skip to content

Commit

Permalink
Fix new typo found using codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Nov 16, 2023
1 parent 353c3df commit 5f2e291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importlib_metadata/_adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __iter__(self):
def __getitem__(self, item):
"""
Warn users that a ``KeyError`` can be expected when a
mising key is supplied. Ref python/importlib_metadata#371.
missing key is supplied. Ref python/importlib_metadata#371.
"""
res = super().__getitem__(item)
if res is None:
Expand Down

0 comments on commit 5f2e291

Please sign in to comment.