]> granicus.if.org Git - python/commitdiff
Improve the grammar in windows.rst (GH-1330)
authorWieland Hoffmann <mineo@users.noreply.github.com>
Fri, 28 Apr 2017 16:12:57 +0000 (18:12 +0200)
committerMariatta <Mariatta@users.noreply.github.com>
Fri, 28 Apr 2017 16:12:57 +0000 (09:12 -0700)
Doc/using/windows.rst

index 3e4b70e8a17ef7ee8671ae14174b7246393ee9c0..68687e9f3ec3673cc02c95a459e248c3d50edd03 100644 (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