Fix typo inaccuracy in _bootstrap_external.py (GH-118619)

This commit is contained in:
wim glenn 2024-05-07 03:52:48 -05:00 committed by GitHub
parent de1428f8c2
commit b7778d5902
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1464,7 +1464,7 @@ class PathFinder:
@staticmethod
def invalidate_caches():
"""Call the invalidate_caches() method on all path entry finders
stored in sys.path_importer_caches (where implemented)."""
stored in sys.path_importer_cache (where implemented)."""
for name, finder in list(sys.path_importer_cache.items()):
# Drop entry if finder name is a relative path. The current
# working directory may have changed.