[3.6] Improve the grammar in windows.rst (GH-1330) (GH-1360)

(cherry picked from commit 80a3da4d4a)
This commit is contained in:
Mariatta 2017-04-29 22:18:40 -07:00 committed by GitHub
parent 5a8dcec939
commit 750ff5f8df

View file

@ -550,9 +550,9 @@ Shebang Lines
If the first line of a script file starts with ``#!``, it is known as a
"shebang" line. Linux and other Unix like operating systems have native
support for such lines and are commonly used on such systems to indicate how
a script should be executed. This launcher allows the same facilities to be
using with Python scripts on Windows and the examples above demonstrate their
support for such lines and they are commonly used on such systems to indicate
how a script should be executed. This launcher allows the same facilities to
be used with Python scripts on Windows and the examples above demonstrate their
use.
To allow shebang lines in Python scripts to be portable between Unix and