doc: Fix typo in nvim-python. #3162

This commit is contained in:
Daniel Kosinski 2015-08-12 17:07:23 +02:00 committed by Justin M. Keyes
parent a6c6128681
commit 6bf322c6ff

View File

@ -70,7 +70,7 @@ To disable Python 2 interface, set `g:loaded_python_provider` to 1:
<
*g:loaded_python3_provider*
To disable Python 3 interface, set `g:loaded_python3_provider` to 0:
To disable Python 3 interface, set `g:loaded_python3_provider` to 1:
>
let g:loaded_python3_provider = 1
<