From 2a566f8d76a7e3f936cb200ccfb4ca0e66acb64f Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 27 Sep 2020 20:47:07 +0800 Subject: [PATCH] update docs --- docs/Nvim_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Nvim_setup.sh b/docs/Nvim_setup.sh index 475f33d..23e3537 100755 --- a/docs/Nvim_setup.sh +++ b/docs/Nvim_setup.sh @@ -2,7 +2,7 @@ set -exu set -o pipefail -# Whether to python has been installed +# Whether python3 has been installed on the system PYTHON_INSTALLED=true # If Python has been installed, then we need to know whether Python is provided