From 4ed33a860007540fb64ee63565ea8ec07039903a Mon Sep 17 00:00:00 2001 From: Christian Geier Date: Mon, 14 Nov 2016 14:30:28 +0100 Subject: [PATCH] Fix typo in README. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5f1f121..d3bb989 100644 --- a/README.rst +++ b/README.rst @@ -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 -------------------