mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Issue #17801: fix shebang line of gprof2html.py
This commit is contained in:
commit
dbccf6ad4c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/env python32.3
|
#! /usr/bin/env python3
|
||||||
|
|
||||||
"""Transform gprof(1) output into useful HTML."""
|
"""Transform gprof(1) output into useful HTML."""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue