From bf5610342826523a3b46e1d296ce58346f496e1e Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Wed, 21 Oct 2020 22:32:24 +0200 Subject: [PATCH] Update jedi/inference/imports.py Co-authored-by: Peter Law --- jedi/inference/imports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jedi/inference/imports.py b/jedi/inference/imports.py index d360f787..89073597 100644 --- a/jedi/inference/imports.py +++ b/jedi/inference/imports.py @@ -252,7 +252,7 @@ class Importer: # relative imports the wrong way, we might end up here, where # the `fixed_sys_path == project.path` in that case we kind of # use the project.path.parent directory as our path. This is - # usually not a problem, except if imorts in other places are + # usually not a problem, except if imports in other places are # using the same names. Example: # # foo/ < #1