mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Small change for a comment
This commit is contained in:
@@ -223,7 +223,7 @@ class Importer(object):
|
|||||||
path = module_context.py__file__()
|
path = module_context.py__file__()
|
||||||
import_path = list(import_path)
|
import_path = list(import_path)
|
||||||
if path is None:
|
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
|
# file is edited by a user on the current working
|
||||||
# directory. We need to add an initial path, because it
|
# directory. We need to add an initial path, because it
|
||||||
# will get removed as the name of the current file.
|
# will get removed as the name of the current file.
|
||||||
|
|||||||
Reference in New Issue
Block a user