Whitespace normalization.

This commit is contained in:
Tim Peters 2006-04-24 22:45:13 +00:00
parent 0a07ab97c5
commit be635cd744
1 changed files with 1 additions and 1 deletions

View 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