deprecated api_classes.Completion.word in favor of name

This commit is contained in:
David Halter
2013-05-03 20:38:37 +04:30
parent beae920177
commit 49e51f5a1a
5 changed files with 33 additions and 22 deletions

View File

@@ -27,7 +27,7 @@ example for the autocompletion feature:
[<Completion: date>, <Completion: datetime>, ...]
>>> print(completions[0].complete)
te
>>> print(completions[0].word)
>>> print(completions[0].name)
date
As you see Jedi is pretty simple and allows you to concentrate on writing a