]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Mon, 24 Apr 2006 22:45:13 +0000 (22:45 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 24 Apr 2006 22:45:13 +0000 (22:45 +0000)
Lib/trace.py

index 16f4b04e7460a8d92be5b79dbe71982df7d7a5e8..ca6294e031f8822b5baf7351e7637ab71e2f71b2 100644 (file)
@@ -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