From 4573e511ecb072bc983d49101c96f09ab4501665 Mon Sep 17 00:00:00 2001 From: David Halter Date: Sun, 13 May 2012 00:38:53 +0200 Subject: [PATCH] again readme --- README.mdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.mdown b/README.mdown index d7b529d8..2ed2db92 100644 --- a/README.mdown +++ b/README.mdown @@ -1,7 +1,8 @@ Jedi - a clever Python auto-completion ============================ -** This is just a work-in-progress README. The auto-completion is not yet finished (and the README neither :-)) ** +** This is just a work-in-progress README. The auto-completion is not yet +finished (and the README neither :-)) ** Jedi is an autocompletion tool for Python. It should always work as good as possible. It should provide completion wherever it is possible. @@ -22,7 +23,8 @@ Jedi supports many of the widely used Python features: - builtin functions/classes support - complex module / function / class structures - - multiple + - ignores syntax and indentation errors + - multiple returns / yields - tuple assignments / array indexing / dictionary indexing - exceptions / with-statement / - \*args / \*\*args