1
0
forked from VimPlug/jedi

Simplified README

This commit is contained in:
Danilo Bargen
2012-12-30 02:57:43 +01:00
parent e9ca801f0f
commit 31492a721c
2 changed files with 15 additions and 172 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
"""
Jedi is an autocompletion library for Python. It offers additional services
such as goto / get_definition / pydoc support / get_in_function_call / related
names.
Jedi is an autocompletion library for Python. It also offers additional
services such as goto / get_definition / pydoc support / get_in_function_call /
related names.
To give you a simple example how you can use the jedi library, here is an
example for the autocompletion feature:
@@ -19,8 +19,8 @@ example for the autocompletion feature:
>>> completions[0].word
'load'
As you see Jedi is pretty simple and allows you to concentrate writing a good
text editor, while still having very good IDE features for Python.
As you see Jedi is pretty simple and allows you to concentrate on writing a
good text editor, while still having very good IDE features for Python.
"""
import sys