From aa924cd09be47c284f63479725c5a85c984e1d26 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 20 May 2019 09:30:13 +0200 Subject: [PATCH] Small change for a comment --- jedi/evaluate/imports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jedi/evaluate/imports.py b/jedi/evaluate/imports.py index e2ed13fc..0f5a103d 100644 --- a/jedi/evaluate/imports.py +++ b/jedi/evaluate/imports.py @@ -223,7 +223,7 @@ class Importer(object): path = module_context.py__file__() import_path = list(import_path) if path is None: - # If no path is defined, our best case is that the current + # If no path is defined, our best guess is that the current # file is edited by a user on the current working # directory. We need to add an initial path, because it # will get removed as the name of the current file.