From d7cbeb902205353a83a7bcddc1b4566a2841d4a5 Mon Sep 17 00:00:00 2001 From: hede Date: Sun, 15 Oct 2017 13:59:49 +0300 Subject: [PATCH] Typo fix In the first paragraph: s/Presense/Presence of Python support in vim... --- docs/source/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 1ed3b933..5bfd3043 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -8,7 +8,7 @@ Application-specific requirements Vim plugin requirements ^^^^^^^^^^^^^^^^^^^^^^^ -The vim plugin requires a vim version with Python support compiled in. Presense +The vim plugin requires a vim version with Python support compiled in. Presence of Python support in Vim can be checked by running ``vim --version | grep +python``.