aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/nvim_python.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-12-08 00:10:40 -0500
committerJustin M. Keyes <justinkz@gmail.com>2014-12-08 00:10:40 -0500
commit9aa6cb05469e67495d053b72042dcf28aec10639 (patch)
tree5ee05d9caf013f01e35a34746147d3808680eeb7 /runtime/doc/nvim_python.txt
parent59bf1678cbd70e2cb60363cddad19df812610cb9 (diff)
parent593d63f1d5644e06aafe7bbb916b933d0ac0dd56 (diff)
downloadrneovim-9aa6cb05469e67495d053b72042dcf28aec10639.tar.gz
rneovim-9aa6cb05469e67495d053b72042dcf28aec10639.tar.bz2
rneovim-9aa6cb05469e67495d053b72042dcf28aec10639.zip
Merge pull request #1624 from Pyrohh/doc-fixes
doc: Misc. improvements to nvim-related docs
Diffstat (limited to 'runtime/doc/nvim_python.txt')
-rw-r--r--runtime/doc/nvim_python.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/nvim_python.txt b/runtime/doc/nvim_python.txt
index e60cc93b19..486c25edd0 100644
--- a/runtime/doc/nvim_python.txt
+++ b/runtime/doc/nvim_python.txt
@@ -13,16 +13,16 @@ Python plugins and scripting in Nvim *nvim-python*
1. Introduction *nvim-python-intro*
Through an external python interpreter connected via |msgpack-rpc|, Nvim
-offers some support for the classic |python-vim| interface. For now only the
+offers some support for the legacy |python-vim| interface. For now only the
old Vim 7.3 API is supported.
==============================================================================
2. Quickstart *nvim-python-quickstart*
-If you just want to start using python plugins with Nvim quickly, here's a
-simple step-by-step:
+If you just want to start using Vim python plugins with Nvim quickly, here's a
+simple tutorial:
-- Make sure python 2.6 or 2.7 is available on your `$PATH`
+- Make sure python 2.6 or 2.7 is available in your `$PATH`
- Install the `neovim` python package:
>
$ pip install neovim