Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e1094e

Browse files
committed
Use #!/usr/bin/env python instead of #!/usr/local/bin/python.
1 parent 6a86f66 commit 2e1094e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tools/keywords.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/bin/python
1+
#! /usr/bin/env python
22

33
# This Python program sorts and reformats the table of keywords in ref2.tex
44

0 commit comments

Comments
 (0)