mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix typo inaccuracy in _bootstrap_external.py (GH-118619)
This commit is contained in:
parent
de1428f8c2
commit
b7778d5902
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue