10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1428f commit b7778d5Copy full SHA for b7778d5
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