diff runtime/doc/if_pyth.txt @ 2350:06feaf4fe36a vim73

Rename some "python3" symbols to "py3", as the command name. Documentation updates.
author Bram Moolenaar <bram@vim.org>
date Mon, 19 Jul 2010 20:46:22 +0200
parents 12b829477c60
children 7b7508ee56f1
line wrap: on
line diff
--- a/runtime/doc/if_pyth.txt
+++ b/runtime/doc/if_pyth.txt
@@ -16,8 +16,10 @@ 7. Python 3			|python3|
 
 {Vi does not have any of these commands}
 
-The Python interface is available only when Vim was compiled with the
+The Python 2.x interface is available only when Vim was compiled with the
 |+python| feature.
+The Python 3 interface is available only when Vim was compiled with the
+|+python3| feature.
 
 ==============================================================================
 1. Commands						*python-commands*
@@ -333,7 +335,7 @@ 7. Python 3						*python3*
 
 Python 3 support can exist next to Python 2.x.
 
-*:py3* *:python3* *:py3file*
+*:py3* *:py3file*
 
 TODO