From 9e4a1bce5f2cabc2132e6204a7700d19bf17685d Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Thu, 27 Dec 2012 18:52:46 +0100 Subject: [PATCH] Fixed cross reference to exception --- docs/source/plugin-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/plugin-api.rst b/docs/source/plugin-api.rst index b19660c1..0b2cb110 100644 --- a/docs/source/plugin-api.rst +++ b/docs/source/plugin-api.rst @@ -5,7 +5,7 @@ The plugin API 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`, -:class:`.NotFoundError` and :func:`.set_debug_function` objects. +:exc:`.NotFoundError` and :func:`.set_debug_function` objects. API documentation