Skip to content

Commit

Permalink
Improve the grammar in windows.rst (pythonGH-1330)
Browse files Browse the repository at this point in the history
  • Loading branch information
mineo authored and Mariatta committed Apr 28, 2017
1 parent 826f83f commit 80a3da4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/using/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80a3da4

Please sign in to comment.