Commit be635cd7 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent 0a07ab97
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment