From 6fe06444be95e0d5596f692d5301181663ccd944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tin=20Tvrtkovi=C4=87?= Date: Wed, 2 Jan 2013 01:15:56 +0100 Subject: [PATCH] Small documentation fix. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index df275b8..6791e7f 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,7 @@ you disable the auto-initialization in your ``.vimrc``:: let g:jedi#auto_initialization = 0 There are also some VIM options (like ``completeopt``) which are automatically -initialized, if you don't want that: +initialized, if you don't want that:: let g:jedi#auto_vim_configuration = 0