mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
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
|
||||
services such as goto / get_definition / pydoc support / get_in_function_call /
|
||||
related names.
|
||||
services such as ``goto``, ``pydoc support`` and ``renaming`` as well as other
|
||||
IDE helpers.
|
||||
|
||||
To give you a simple example how you can use the jedi library, here is an
|
||||
example for the autocompletion feature:
|
||||
|
||||
Reference in New Issue
Block a user