summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-12-29 18:35:50 +0100
committerGitHub <noreply@github.com>2020-12-29 18:35:50 +0100
commit714abbc552b20f5393c80f8e8a52c27670ccdef6 (patch)
tree777400bd3c00871a7af5f58d852796ebe6f8bc3e
parentbdf1beaf303799f51b32f3ac0497e446a0b4de9c (diff)
downloadastroid-git-714abbc552b20f5393c80f8e8a52c27670ccdef6.tar.gz
Update astroid/interpreter/_import/spec.py
Taking into account @GergelyKalmar suggestion Co-authored-by: Gergely Kalmár <gergely.kalmar@logikal.jp>
-rw-r--r--astroid/interpreter/_import/spec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/interpreter/_import/spec.py b/astroid/interpreter/_import/spec.py
index 4cec263b..26342821 100644
--- a/astroid/interpreter/_import/spec.py
+++ b/astroid/interpreter/_import/spec.py
@@ -277,7 +277,7 @@ def _precache_zipimporters(path=None):
For each path that has not been already cached
in the sys.path_importer_cache, create a new zipimporter
instance and add it into the cache.
- Return a dict associating all paths, stored into the cache, to corresponding
+ Return a dict associating all paths, stored in the cache, to corresponding
zipimporter instances
:param path: paths that has to be added into the cache