Skip to content

Commit

Permalink
Update astroid/interpreter/_import/spec.py
Browse files Browse the repository at this point in the history
Taking into account @GergelyKalmar suggestion

Co-authored-by: Gergely Kalmár <gergely.kalmar@logikal.jp>
  • Loading branch information
hippo91 and Gergely Kalmár committed Dec 29, 2020
1 parent 714abbc commit f91f52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroid/interpreter/_import/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def _precache_zipimporters(path=None):
in the sys.path_importer_cache, create a new zipimporter
instance and add it into the cache.
Return a dict associating all paths, stored in the cache, to corresponding
zipimporter instances
zipimporter instances.
:param path: paths that has to be added into the cache
:return: association between paths stored into the cache and zipimporter instances
Expand Down

0 comments on commit f91f52e

Please sign in to comment.