Skip to content

Commit 8dd9d54

Browse files
wimglennSonicField
authored andcommitted
Fix typo inaccuracy in _bootstrap_external.py (pythonGH-118619)
1 parent 8047c0b commit 8dd9d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/importlib/_bootstrap_external.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ class PathFinder:
14641464
@staticmethod
14651465
def invalidate_caches():
14661466
"""Call the invalidate_caches() method on all path entry finders
1467-
stored in sys.path_importer_caches (where implemented)."""
1467+
stored in sys.path_importer_cache (where implemented)."""
14681468
for name, finder in list(sys.path_importer_cache.items()):
14691469
# Drop entry if finder name is a relative path. The current
14701470
# working directory may have changed.

0 commit comments

Comments
 (0)