Skip to content

Commit 89c5500

Browse files
committed
if_pyth.txt: Update Vim 9.0.0195
1 parent 586072d commit 89c5500

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

en/if_pyth.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -839,10 +839,10 @@ Raising SystemExit exception in python isn't endorsed way to quit vim, use: >
839839
:py vim.command("qall!")
840840
<
841841
*E1266*
842-
This error can occur when python 3 cannot load the required modules. This
843-
means that your python 3 is not correctly installed or there are some mistakes
842+
This error can occur when Python 3 cannot load the required modules. This
843+
means that your Python 3 is not correctly installed or there are some mistakes
844844
in your settings. Please check the following items:
845-
1. Make sure that python 3 is correctly installed. Also check the version of
845+
1. Make sure that Python 3 is correctly installed. Also check the version of
846846
python.
847847
2. Check the 'pythonthreedll' option.
848848
3. Check the 'pythonthreehome' option.
@@ -887,8 +887,8 @@ the runtime library cannot be found.
887887
==============================================================================
888888
11. Python X *python_x* *pythonx*
889889

890-
Because most python code can be written so that it works with python 2.6+ and
891-
python 3 the pyx* functions and commands have been written. They work exactly
890+
Because most python code can be written so that it works with Python 2.6+ and
891+
Python 3 the pyx* functions and commands have been written. They work exactly
892892
the same as the Python 2 and 3 variants, but select the Python version using
893893
the 'pyxversion' setting.
894894

0 commit comments

Comments
 (0)