diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-10-27 02:43:25 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-10-27 02:43:25 (GMT) |
commit | 10d59f3fa155ca75e7cad1550e5d9d194a75afbb (patch) | |
tree | 1f2d64f979998bbc1e7bf4483f0a720e9a777a21 /Lib/test/test_traceback.py | |
parent | f1af9c089634b84c1dbbdabed35cd2d43cf6ff04 (diff) | |
download | cpython-10d59f3fa155ca75e7cad1550e5d9d194a75afbb.zip cpython-10d59f3fa155ca75e7cad1550e5d9d194a75afbb.tar.gz cpython-10d59f3fa155ca75e7cad1550e5d9d194a75afbb.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_traceback.py')
-rw-r--r-- | Lib/test/test_traceback.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_traceback.py b/Lib/test/test_traceback.py index 0a614ae..511fb58 100644 --- a/Lib/test/test_traceback.py +++ b/Lib/test/test_traceback.py @@ -67,7 +67,7 @@ def test(): try: test_bug737473.test() except ValueError: - # this loads source code to linecache + # this loads source code to linecache traceback.extract_tb(sys.exc_traceback) print >> open(testfile, 'w'), """\ |