diff --git a/jedi/api/__init__.py b/jedi/api/__init__.py index 4ab5c19c..0e505c9f 100644 --- a/jedi/api/__init__.py +++ b/jedi/api/__init__.py @@ -201,7 +201,7 @@ class Script(object): self._inference_state.environment, ) - def completions(self, fuzzy=True): + def completions(self, fuzzy=False): """ Return :class:`classes.Completion` objects. Those objects contain information about the completions, more than just names.