diff --git a/jedi/api/__init__.py b/jedi/api/__init__.py index 7531598a..72f1117b 100644 --- a/jedi/api/__init__.py +++ b/jedi/api/__init__.py @@ -97,7 +97,7 @@ class Script(object): an issue for people that do more complex stuff with Jedi. This is purely a performance optimization and works pretty well for all - typical usages, however consider to turn the setting of if it causes + typical usages, however consider to turn the setting off if it causes you problems. See also `this discussion `_.