additional documentation, affects #28

This commit is contained in:
David Halter
2012-11-07 18:55:54 +01:00
parent 1d6dafbff4
commit 5550bb4c9a
3 changed files with 32 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ 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.
Probably it will also have some support for refactoring in the future.
Jedi uses a very simple interface to connect with IDE's. As an reference, there
is a VIM implementation, which uses Jedi's autocompletion. However, I encourage