Skip to content

Commit

Permalink
remove reference to removed zipimporter._files attribute in module do…
Browse files Browse the repository at this point in the history
…cstring
  • Loading branch information
graingert committed May 13, 2024
1 parent b04c497 commit a1b8ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/zipimport.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- ZipImportError: exception raised by zipimporter objects. It's a
subclass of ImportError, so it can be caught as ImportError, too.
- _zip_directory_cache: a dict, mapping archive paths to zip directory
info dicts, as used in zipimporter._files.
info dicts, as used in zipimporter.
It is usually not needed to use the zipimport module explicitly; it is
used by the builtin import mechanism for sys.path items that are paths
Expand Down

0 comments on commit a1b8ddf

Please sign in to comment.