From be635cd744069216e3117d2c217d6b4896db0dcb Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Mon, 24 Apr 2006 22:45:13 +0000 Subject: [PATCH] Whitespace normalization. --- Lib/trace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/trace.py b/Lib/trace.py index 16f4b04e74..ca6294e031 100644 --- a/Lib/trace.py +++ b/Lib/trace.py @@ -40,7 +40,7 @@ Sample use, programmatically # create a Trace object, telling it what to ignore, and whether to # do tracing or line-counting or both. tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix,], trace=0, - count=1) + count=1) # run the new command using the given tracer tracer.run('main()') # make a report, placing output in /tmp -- 2.40.0