commit | c8d36284f3456af9991df6f225f6dc1af742aa3a | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Mar 23 15:31:22 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Mar 23 15:31:22 1998 +0000 |
tree | 9609a5c0d25e899441ca32bbf6fec3330af548d3 | |
parent | c457048744736201df6b2d796e8ead86ad63a320 [diff] [blame] |
Give in to Timmy's Tedious Tab Theorem.
diff --git a/Lib/pstats.py b/Lib/pstats.py index 5bc70b3..b62aa98 100644 --- a/Lib/pstats.py +++ b/Lib/pstats.py
@@ -477,7 +477,7 @@ def func_strip_path(func_name): file, line, name = func_name - return os.path.basename(file), line, name + return os.path.basename(file), line, name def func_get_function_name(func): return func[2]