]> granicus.if.org Git - python/commitdiff
Give in to Timmy's Tedious Tab Theorem.
authorGuido van Rossum <guido@python.org>
Mon, 23 Mar 1998 15:31:22 +0000 (15:31 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 23 Mar 1998 15:31:22 +0000 (15:31 +0000)
Lib/pstats.py

index 5bc70b367cfbf15f2ff4d000a41e1aba2de60aea..b62aa98868332be84bbde46a6694afc9553a9590 100644 (file)
@@ -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]