aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/nvim_python.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/nvim_python.txt')
-rw-r--r--runtime/doc/nvim_python.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/nvim_python.txt b/runtime/doc/nvim_python.txt
index 531036d567..bafcf047dd 100644
--- a/runtime/doc/nvim_python.txt
+++ b/runtime/doc/nvim_python.txt
@@ -35,7 +35,7 @@ Most Python plugins created for Vim 7.3 should work after these steps.
*g:python_host_prog*
-To point Nvim to a specific Python interpreter, set `g:python_host_prog`:
+To point Nvim to a specific Python interpreter, set |g:python_host_prog|:
>
let g:python_host_prog='/path/to/python'
<