Skip to content

Commit c50d146

Browse files
authored
Merge pull request google#149 from alanyee/gh-pages
Update shebang line
2 parents a968311 + b4e1659 commit c50d146

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyguide.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,9 +1506,8 @@ <H3><A name="Shebang_Line" id="Shebang_Line">Shebang Line</A></H3>
15061506
Most <code>.py</code> files do not need to start with a
15071507
<code>#!</code> line. Start the main file of a
15081508
program with
1509-
<code>#!/usr/bin/python</code> with an optional single digit
1510-
<code>2</code> or <code>3</code> suffix per
1511-
<a href="https://www.python.org/dev/peps/pep-0394/">PEP-394</a>.
1509+
<code>#!/usr/bin/env python</code> with an optional single digit
1510+
<code>2</code> or <code>3</code> suffix.
15121511
</DIV>
15131512
<DIV class=""><DIV class="stylepoint_body" name="Shebang_Line__body" id="Shebang_Line__body" style="display: none">
15141513

0 commit comments

Comments
 (0)