From 41652507b3de645a8a4329299e8e40bff68c8da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Ros=C3=A9n?= Date: Tue, 4 May 2021 10:15:17 +0200 Subject: [PATCH] Fix grammar in features.rst --- docs/docs/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/features.rst b/docs/docs/features.rst index 503b67db..e13c197c 100644 --- a/docs/docs/features.rst +++ b/docs/docs/features.rst @@ -57,7 +57,7 @@ Supported Python Features Limitations ----------- -In general Jedi's limit are quite high, but for very big projects or very +In general Jedi's limit is quite high, but for very big projects or very complex code, sometimes Jedi intentionally stops type inference, to avoid hanging for a long time.