Skip to content

Commit e37d163

Browse files
authored
[3.5] Improve the grammar in windows.rst (GH-1330) (GH-1359)
(cherry picked from commit 80a3da4)
1 parent 52630ae commit e37d163

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/using/windows.rst

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

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

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

0 commit comments

Comments
 (0)