From 1cc67b271d22fdb5bf78c7c56f408e53c47e8a3e Mon Sep 17 00:00:00 2001 From: David Halter Date: Sun, 3 Feb 2013 15:51:21 +0100 Subject: [PATCH] improved jedi docstring, better basic description --- jedi/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jedi/__init__.py b/jedi/__init__.py index 07b09aa8..42ea6850 100644 --- a/jedi/__init__.py +++ b/jedi/__init__.py @@ -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: