diff --git a/pyguide.html b/pyguide.html index 2f753ac..af48fa5 100644 --- a/pyguide.html +++ b/pyguide.html @@ -1506,9 +1506,8 @@ No: def foo(a, b=FLAGS.my_thing): # sys.argv has Most .py files do not need to start with a #! line. Start the main file of a program with - #!/usr/bin/python with an optional single digit - 2 or 3 suffix per - PEP-394. + #!/usr/bin/env python with an optional single digit + 2 or 3 suffix.