From 01220e047ee7db0bd67155be7e4a0174bff55919 Mon Sep 17 00:00:00 2001 From: David Halter Date: Sat, 29 Dec 2012 20:44:07 +0100 Subject: [PATCH] sphinx api_classes description --- jedi/api_classes.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jedi/api_classes.py b/jedi/api_classes.py index 14d00129..3c6682a1 100644 --- a/jedi/api_classes.py +++ b/jedi/api_classes.py @@ -1,4 +1,7 @@ -""" The classes returned by the api """ +"""`api_classes` contains the return classes of the API. These classes are the +much bigger part of the whole API, because here you get out the information +about completion and goto operations. +""" import re import os