mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
Fix typo in README.
This commit is contained in:
@@ -73,7 +73,7 @@ Requirements
|
|||||||
You need a VIM version that was compiled with Python 2.6 or later
|
You need a VIM version that was compiled with Python 2.6 or later
|
||||||
(``+python`` or ``+python3``), which is typical for most distributions on
|
(``+python`` or ``+python3``), which is typical for most distributions on
|
||||||
Linux. You can check this from within VIM using
|
Linux. You can check this from within VIM using
|
||||||
``:python3 import sys; print sys.version`` (use ``:python`` for Python 2).
|
``:python3 import sys; print(sys.version)`` (use ``:python`` for Python 2).
|
||||||
|
|
||||||
Manual installation
|
Manual installation
|
||||||
-------------------
|
-------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user