Fix typo in README (#634)

This commit is contained in:
Daniel Hahler
2016-11-14 17:15:20 +01:00
committed by GitHub

View File

@@ -73,7 +73,7 @@ Requirements
You need a VIM version that was compiled with Python 2.6 or later
(``+python`` or ``+python3``), which is typical for most distributions on
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
-------------------