From: Guido van Rossum Date: Mon, 23 Mar 1998 15:31:22 +0000 (+0000) Subject: Give in to Timmy's Tedious Tab Theorem. X-Git-Tag: v1.5.1~322 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8d36284f3456af9991df6f225f6dc1af742aa3a;p=thirdparty%2FPython%2Fcpython.git Give in to Timmy's Tedious Tab Theorem. --- diff --git a/Lib/pstats.py b/Lib/pstats.py index 5bc70b367cfb..b62aa9886833 100644 --- a/Lib/pstats.py +++ b/Lib/pstats.py @@ -477,7 +477,7 @@ class TupleComp: 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]