Skip to content

Commit 5f2e291

Browse files
Fix new typo found using codespell
1 parent 353c3df commit 5f2e291

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)