Minor semantic changes to improve readability. (#22127)

This commit is contained in:
PMB79
2018-11-07 00:57:47 +00:00
committed by Manish Giri
parent df633bbd9b
commit d1c5f51792

View File

@ -29,7 +29,7 @@ Windows doesn't come with Python, the installer and instructions can be found <a
## Python Interpreter
The Python interpreter is what is used to run Python scripts.
The Python interpreter is used to run Python scripts.
If it is available and in Unix shells search path makes it possible to start it by typing the command `python` followed by the script name will invoke the interpreter and run the script.