We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8047c0b commit 8dd9d54Copy full SHA for 8dd9d54
Lib/importlib/_bootstrap_external.py
@@ -1464,7 +1464,7 @@ class PathFinder:
1464
@staticmethod
1465
def invalidate_caches():
1466
"""Call the invalidate_caches() method on all path entry finders
1467
- stored in sys.path_importer_caches (where implemented)."""
+ stored in sys.path_importer_cache (where implemented)."""
1468
for name, finder in list(sys.path_importer_cache.items()):
1469
# Drop entry if finder name is a relative path. The current
1470
# working directory may have changed.
0 commit comments