mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Use #!/usr/bin/env python instead of #!/usr/local/bin/python.
This commit is contained in:
parent
6a86f66ad7
commit
2e1094e4ef
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# This Python program sorts and reformats the table of keywords in ref2.tex
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue