forked from VimPlug/jedi
improved jedi docstring, better basic description
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Jedi is an autocompletion library for Python. It also offers additional
|
Jedi is an autocompletion library for Python. It also offers additional
|
||||||
services such as goto / get_definition / pydoc support / get_in_function_call /
|
services such as ``goto``, ``pydoc support`` and ``renaming`` as well as other
|
||||||
related names.
|
IDE helpers.
|
||||||
|
|
||||||
To give you a simple example how you can use the jedi library, here is an
|
To give you a simple example how you can use the jedi library, here is an
|
||||||
example for the autocompletion feature:
|
example for the autocompletion feature:
|
||||||
|
|||||||
Reference in New Issue
Block a user