mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Improve the grammar in windows.rst (GH-1330)
This commit is contained in:
parent
826f83f1d5
commit
80a3da4d4a
1 changed files with 3 additions and 3 deletions
|
|
@ -550,9 +550,9 @@ Shebang Lines
|
||||||
|
|
||||||
If the first line of a script file starts with ``#!``, it is known as a
|
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
|
"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
|
support for such lines and they are commonly used on such systems to indicate
|
||||||
a script should be executed. This launcher allows the same facilities to be
|
how a script should be executed. This launcher allows the same facilities to
|
||||||
using with Python scripts on Windows and the examples above demonstrate their
|
be used with Python scripts on Windows and the examples above demonstrate their
|
||||||
use.
|
use.
|
||||||
|
|
||||||
To allow shebang lines in Python scripts to be portable between Unix and
|
To allow shebang lines in Python scripts to be portable between Unix and
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue