mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-17 05:49:37 +08:00
Fixed cross reference to exception
This commit is contained in:
@@ -5,7 +5,7 @@ The plugin API
|
|||||||
|
|
||||||
If you want to set up an editor/IDE-plugin with **Jedi**, you first need to
|
If you want to set up an editor/IDE-plugin with **Jedi**, you first need to
|
||||||
``import jedi``. You then have direct access to the :class:`.Script`,
|
``import jedi``. You then have direct access to the :class:`.Script`,
|
||||||
:class:`.NotFoundError` and :func:`.set_debug_function` objects.
|
:exc:`.NotFoundError` and :func:`.set_debug_function` objects.
|
||||||
|
|
||||||
|
|
||||||
API documentation
|
API documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user