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.
1 parent 1657880 commit ee0e6aaCopy full SHA for ee0e6aa
1 file changed
Lib/importlib/metadata/__init__.py
@@ -890,7 +890,7 @@ def search(self, prepared: Prepared):
890
return itertools.chain(infos, eggs)
891
892
893
-# Translation table for Prepared.normalize: lowercase and
+# Translation table for Prepared.normalize: lowercase and
894
# replace "-" (hyphen) and "." (dot) with "_" (underscore).
895
_normalize_table = str.maketrans(
896
"ABCDEFGHIJKLMNOPQRSTUVWXYZ-.",
0 commit comments