1
0
forked from VimPlug/jedi

Merge pull request #549 from IanLee1521/readme-update

Readme update
This commit is contained in:
Dave Halter
2015-02-21 10:37:26 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -31,5 +31,6 @@ immerrr (@immerrr) immerrr@gmail.com
Albertas Agejevas (@alga)
Savor d'Isavano (@KenetJervet) <newelevenken@163.com>
Phillip Berndt (@phillipberndt) <phillip.berndt@gmail.com>
Ian Lee (@IanLee1521) <IanLee1521@gmail.com>
Note: (@user) means a github user name.

View File

@@ -92,7 +92,7 @@ can do, see: `Features
<https://jedi.jedidjah.ch/en/latest/docs/features.html>`_. A list of
caveats can be found on the same page.
You can run Jedi on cPython 2.6, 2.7, 3.2 or 3.3, but it should also
You can run Jedi on cPython 2.6, 2.7, 3.2, 3.3 or 3.4, but it should also
understand/parse code older than those versions.
Tips on how to use Jedi efficiently can be found `here