File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -550,9 +550,9 @@ Shebang Lines
550
550
551
551
If the first line of a script file starts with ``#! ``, it is known as a
552
552
"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
556
556
use.
557
557
558
558
To allow shebang lines in Python scripts to be portable between Unix and
You can’t perform that action at this time.
0 commit comments