From 3e9f3e12b5b4a7a3ded00d46e244d9440a195184 Mon Sep 17 00:00:00 2001 From: David Halter Date: Sat, 15 Sep 2012 16:06:42 +0200 Subject: [PATCH] README functions -> api --- README.mdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.mdown b/README.mdown index e4709362..e91f8bf4 100644 --- a/README.mdown +++ b/README.mdown @@ -124,11 +124,11 @@ If you want to set up an IDE with Jedi, you need to `import jedi`. You should have the following objects available: `complete` -> Returns `functions.Completion` objects. Those objects have got +> Returns `api.Completion` objects. Those objects have got > informations about the completions. More than just names. `goto` -> Similar to complete. The returned `functions.Definition` objects contain +> Similar to complete. The returned `api.Definition` objects contain > information about the definitions found. `get_definition`