diff options
| author | Tim Peters <tim.peters@gmail.com> | 2006-04-24 22:45:13 (GMT) | 
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2006-04-24 22:45:13 (GMT) | 
| commit | be635cd744069216e3117d2c217d6b4896db0dcb (patch) | |
| tree | 57f70ffcd2e868fbe0425a1ef84cefa3310f5a38 /Lib/trace.py | |
| parent | 0a07ab97c5e62fd1ebbea44bc81f55113dec7080 (diff) | |
| download | cpython-be635cd744069216e3117d2c217d6b4896db0dcb.zip cpython-be635cd744069216e3117d2c217d6b4896db0dcb.tar.gz cpython-be635cd744069216e3117d2c217d6b4896db0dcb.tar.bz2  | |
Whitespace normalization.
Diffstat (limited to 'Lib/trace.py')
| -rw-r--r-- | Lib/trace.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/trace.py b/Lib/trace.py index 16f4b04..ca6294e 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  | 
