We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e6c46d + 5f2e291 commit eeb6e21Copy full SHA for eeb6e21
importlib_metadata/_adapters.py
@@ -54,7 +54,7 @@ def __iter__(self):
54
def __getitem__(self, item):
55
"""
56
Warn users that a ``KeyError`` can be expected when a
57
- mising key is supplied. Ref python/importlib_metadata#371.
+ missing key is supplied. Ref python/importlib_metadata#371.
58
59
res = super().__getitem__(item)
60
if res is None:
0 commit comments