commit | 480725d4c5bd3738c1f1fc7af74fa8825705c428 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Apr 03 02:46:44 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Apr 03 02:46:44 2006 +0000 |
tree | 83b510452f1c9ab06783412c519fbb9f8f4f4e2b | |
parent | 3dc6bb3c25dd2834b198a4bbcff2f9b760d1a2d9 [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/test/test_traceback.py b/Lib/test/test_traceback.py index 269c628..22c0456 100644 --- a/Lib/test/test_traceback.py +++ b/Lib/test/test_traceback.py
@@ -23,7 +23,7 @@ def syntax_error_without_caret(self): # XXX why doesn't compile raise the same traceback? import test.badsyntax_nocaret - + def syntax_error_bad_indentation(self): compile("def spam():\n print 1\n print 2", "?", "exec")