From 6781eb17dad705eab1d1d932ebf3b1871a90c783 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 5 May 2018 17:36:22 +0200 Subject: [PATCH] Small documentation change --- doc/jedi-vim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/jedi-vim.txt b/doc/jedi-vim.txt index 8b39e83..db98cdf 100644 --- a/doc/jedi-vim.txt +++ b/doc/jedi-vim.txt @@ -490,7 +490,7 @@ let g:jedi#force_py_version = 2 By default jedi loads the latest Python version installed on your system that can be found. -This variable can be switched during runtime. +This variable can be changed during runtime. Options: 2, 2.7, 3, 3.3, 3.4, ... Default: "auto"