summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_traceback.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-10-27 02:43:25 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-10-27 02:43:25 (GMT)
commit10d59f3fa155ca75e7cad1550e5d9d194a75afbb (patch)
tree1f2d64f979998bbc1e7bf4483f0a720e9a777a21 /Lib/test/test_traceback.py
parentf1af9c089634b84c1dbbdabed35cd2d43cf6ff04 (diff)
downloadcpython-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.py2
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'), """\