Switched back to fuzzy off as default

This commit is contained in:
Johannes Maria Frank
2019-10-22 16:06:46 +01:00
parent f7fae4dde7
commit f61d041830

View File

@@ -201,7 +201,7 @@ class Script(object):
self._inference_state.environment, self._inference_state.environment,
) )
def completions(self, fuzzy=True): def completions(self, fuzzy=False):
""" """
Return :class:`classes.Completion` objects. Those objects contain Return :class:`classes.Completion` objects. Those objects contain
information about the completions, more than just names. information about the completions, more than just names.