From c8d36284f3456af9991df6f225f6dc1af742aa3a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 23 Mar 1998 15:31:22 +0000 Subject: [PATCH] Give in to Timmy's Tedious Tab Theorem. --- Lib/pstats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/pstats.py b/Lib/pstats.py index 5bc70b367c..b62aa98868 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] -- 2.40.0