Skip to content

Commit

Permalink
Merge pull request #472 from DimitriPapadopoulos/codespell
Browse files Browse the repository at this point in the history
Fix new typo found using codespell
  • Loading branch information
jaraco committed Dec 1, 2023
2 parents 7e6c46d + 5f2e291 commit eeb6e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importlib_metadata/_adapters.py
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 eeb6e21

Please sign in to comment.