File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -517,9 +517,9 @@ Shebang Lines
517517
518518If 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
523523use.
524524
525525To allow shebang lines in Python scripts to be portable between Unix and
You can’t perform that action at this time.
0 commit comments