From 3a35eed346f667e1f5c3c5dab3189bc53437a1d6 Mon Sep 17 00:00:00 2001 From: David Halter Date: Sun, 13 May 2012 16:31:51 +0200 Subject: [PATCH] readme --- README.mdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index eca93226..872e736e 100644 --- a/README.mdown +++ b/README.mdown @@ -42,7 +42,9 @@ nice in Python 2. To keep things simple, some things have been held back: - Exceptions are only looked at in the form of `Exception as e`, no comma! Syntax Errors and other strange stuff, that is defined differently in the -Python language, may lead to undefined behaviour of the completion. If you +Python language, may lead to undefined behaviour of the completion. Jedi is **NOT** +a Python compiler, that tries to correct you. It is a tool that wants to help +you. But **YOU** have to know Python, not Jedi. Importing `numpy` can be quite slow sometimes, as well as loading the builtins the first time. If you want to speed it up, you could write import hooks in