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 f91f52e commit b6e03f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroid/interpreter/_import/spec.py
Expand Up @@ -281,7 +281,7 @@ def _precache_zipimporters(path=None):
zipimporter instances.
:param path: paths that has to be added into the cache
:return: association between paths stored into the cache and zipimporter instances
:return: association between paths stored in the cache and zipimporter instances
"""
pic = sys.path_importer_cache

Expand Down

0 comments on commit b6e03f2

Please sign in to comment.