Skip to content

Commit ee0e6aa

Browse files
committed
Fix lint
1 parent 1657880 commit ee0e6aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/importlib/metadata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ def search(self, prepared: Prepared):
890890
return itertools.chain(infos, eggs)
891891

892892

893-
# Translation table for Prepared.normalize: lowercase and
893+
# Translation table for Prepared.normalize: lowercase and
894894
# replace "-" (hyphen) and "." (dot) with "_" (underscore).
895895
_normalize_table = str.maketrans(
896896
"ABCDEFGHIJKLMNOPQRSTUVWXYZ-.",

0 commit comments

Comments
 (0)