mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #17801: fix shebang line of gprof2html.py
This commit is contained in:
parent
1f7492c28a
commit
67804e9838
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."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue