From 98a8b6c76caf936ceeaaf68503222345836006e3 Mon Sep 17 00:00:00 2001 From: yuan Date: Sat, 30 May 2020 18:04:15 +0800 Subject: [PATCH] fix typo (#1602) --- jedi/api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_.