summaryrefslogtreecommitdiff
path: root/runtime/doc/if_pyth.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-01-30 14:18:00 +0100
committerBram Moolenaar <Bram@vim.org>2013-01-30 14:18:00 +0100
commita3e6bc93d1a76e0619c27e462b75d8f94969f47d (patch)
treea6b2e21437e673d0cf850343defb8562990a3a8f /runtime/doc/if_pyth.txt
parent52f85b730e379c4519b4a9ef1f008417150713f7 (diff)
downloadvim-git-a3e6bc93d1a76e0619c27e462b75d8f94969f47d.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/doc/if_pyth.txt')
-rw-r--r--runtime/doc/if_pyth.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt
index ec7d2396e..23b6b38ab 100644
--- a/runtime/doc/if_pyth.txt
+++ b/runtime/doc/if_pyth.txt
@@ -1,4 +1,4 @@
-*if_pyth.txt* For Vim version 7.3. Last change: 2012 Sep 23
+*if_pyth.txt* For Vim version 7.3. Last change: 2013 Jan 30
VIM REFERENCE MANUAL by Paul Moore
@@ -54,8 +54,8 @@ Example: >
EOF
endfunction
<
-Note: Python is very sensitive to the indenting. Also make sure the "class"
-line and "EOF" do not have any indent.
+Note: Python is very sensitive to the indenting. Make sure the "class" line
+and "EOF" do not have any indent.
*:pyfile* *:pyf*
:[range]pyf[ile] {file}