Skip to content

Commit eeb6e21

Browse files
authored
Merge pull request #472 from DimitriPapadopoulos/codespell
Fix new typo found using codespell
2 parents 7e6c46d + 5f2e291 commit eeb6e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

importlib_metadata/_adapters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def __iter__(self):
5454
def __getitem__(self, item):
5555
"""
5656
Warn users that a ``KeyError`` can be expected when a
57-
mising key is supplied. Ref python/importlib_metadata#371.
57+
missing key is supplied. Ref python/importlib_metadata#371.
5858
"""
5959
res = super().__getitem__(item)
6060
if res is None:

0 commit comments

Comments
 (0)