Fix typo in README.

This commit is contained in:
Christian Geier
2016-11-14 14:30:28 +01:00
committed by GitHub
parent e66c2e12e6
commit 4ed33a8600

View File

@@ -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
------------------- -------------------