From f9595d789788cfd74be75315fbf71f295fe6439e Mon Sep 17 00:00:00 2001 From: David Halter Date: Tue, 18 Sep 2012 18:52:30 +0200 Subject: [PATCH] readme update again --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f6fedff2..3b34cf0a 100644 --- a/README.rst +++ b/README.rst @@ -8,13 +8,13 @@ Jedi - an awesome Python auto-completion **beta testing** -*If you have any comments or feature request, please tell me! I really want to +*If you have any comments or feature requests, please tell me! I really want to know, what you think about Jedi.* Jedi is an autocompletion tool for Python. It works. With and without syntax errors. Sometimes it sucks, but that's normal in dynamic languages. But it -sucks less. It understand basic things like decorators, generators and list -comprehensions. +sucks less than other tools. It understands almost all of the basic Python +syntax elements including many builtins. Jedi suports two different goto functions and has support for renaming. Probably it will also have some support for refactoring some in the future.