Skip to content

Commit ffac1fe

Browse files
committed
Fix incorrect information in comment
1 parent 31003f0 commit ffac1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/_importlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def disable_importlib_metadata_finder(metadata):
2121
"`importlib-metadata`."
2222
)
2323
warnings.warn(msg) # Ensure a descriptive message is shown.
24-
raise # This exception is sometimes suppressed by the import machinery.
24+
raise # This exception can be suppressed by _distutils_hack
2525

2626
if importlib_metadata is metadata:
2727
return

0 commit comments

Comments
 (0)