Merge pull request #149 from alanyee/gh-pages

Update shebang line
This commit is contained in:
Elliot Glaysher 2016-06-30 13:15:01 -07:00 committed by GitHub
commit c50d146697

View File

@ -1506,9 +1506,8 @@ No: <span class="external"></span>def foo(a, b=FLAGS.my_thing): # sys.argv has
Most <code>.py</code> files do not need to start with a
<code>#!</code> line. Start the main file of a
program with
<code>#!/usr/bin/python</code> with an optional single digit
<code>2</code> or <code>3</code> suffix per
<a href="https://www.python.org/dev/peps/pep-0394/">PEP-394</a>.
<code>#!/usr/bin/env python</code> with an optional single digit
<code>2</code> or <code>3</code> suffix.
</DIV>
<DIV class=""><DIV class="stylepoint_body" name="Shebang_Line__body" id="Shebang_Line__body" style="display: none">