diff --git a/pyguide.html b/pyguide.html index 2f753aced..af48fa55b 100644 --- a/pyguide.html +++ b/pyguide.html @@ -1506,9 +1506,8 @@
.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.