Skip to content

Commit d721aca

Browse files
committed
Vim.Python: Fix typo in document
1 parent 3b38cd0 commit d721aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/vital/Vim/Python.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ set_major_version({version}) *Vital.Vim.Python.set_major_version()*
8787
Calling this function does not make any sense in a Vim not compiled
8888
with |+python|/|+python3|.
8989

90-
exec_file({path}[, {version}]) *Vital.Vim.Python.exex_file()*
90+
exec_file({path}[, {version}]) *Vital.Vim.Python.exec_file()*
9191

9292
Return an executable |String| to execute a Python file {path} (|String|)
9393
with a specified {version} of Python.
@@ -102,7 +102,7 @@ exec_file({path}[, {version}]) *Vital.Vim.Python.exex_file()*
102102
execute Python.exec_file('your/python/file.py')
103103
<
104104

105-
exec_code({code}[, {version}]) *Vital.Vim.Python.exex_code()*
105+
exec_code({code}[, {version}]) *Vital.Vim.Python.exec_code()*
106106

107107
Return an executable |String| to execute a Python {code} (|String| or |List|)
108108
with a specified {version} of Python.

0 commit comments

Comments
 (0)