1
0
forked from VimPlug/jedi

Fix a wrong test about references

This commit is contained in:
Dave Halter
2021-01-02 01:17:38 +01:00
parent 55c7e4eb49
commit 02d43caa5e
2 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -393,7 +393,7 @@ class Script:
quite hard to do for Jedi, if it is too complicated, Jedi will stop
searching.
:param include_builtins: Default ``True``. If ``False``, checks if a reference
:param include_builtins: Default ``True``. If ``False``, checks if a definition
is a builtin (e.g. ``sys``) and in that case does not return it.
:param scope: Default ``'project'``. If ``'file'``, include references in
the current module only.