Update runtime files.
diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt
index 0cf2b0f..c2a0094 100644
--- a/runtime/doc/if_pyth.txt
+++ b/runtime/doc/if_pyth.txt
@@ -857,7 +857,7 @@
if has('python')
echo 'there is Python 2.x'
endif
- if has('python3')
+ if has('python3')
echo 'there is Python 3.x'
endif
@@ -874,7 +874,7 @@
echo 'Python 2.x dynamically loaded'
endif
endif
- if has('python3_compiled')
+ if has('python3_compiled')
echo 'compiled with Python 3.x support'
if has('python3_dynamic')
echo 'Python 3.x dynamically loaded'