Skip to content

Commit 80a3da4

Browse files
mineoMariatta
authored andcommitted
Improve the grammar in windows.rst (pythonGH-1330)
1 parent 826f83f commit 80a3da4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/using/windows.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -550,9 +550,9 @@ Shebang Lines
550550

551551
If the first line of a script file starts with ``#!``, it is known as a
552552
"shebang" line. Linux and other Unix like operating systems have native
553-
support for such lines and are commonly used on such systems to indicate how
554-
a script should be executed. This launcher allows the same facilities to be
555-
using with Python scripts on Windows and the examples above demonstrate their
553+
support for such lines and they are commonly used on such systems to indicate
554+
how a script should be executed. This launcher allows the same facilities to
555+
be used with Python scripts on Windows and the examples above demonstrate their
556556
use.
557557

558558
To allow shebang lines in Python scripts to be portable between Unix and

0 commit comments

Comments
 (0)