commit | 0009c4ea590b5bb4c00c33bc96dca47a42e720f1 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed Feb 21 07:29:48 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Wed Feb 21 07:29:48 2001 +0000 |
tree | 2abfdee35e04475cb7cd4f2065620174fe2f4943 | |
parent | edf2210221f2803dfea62493ebff5eafd5cbc851 [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/test/test_compile.py b/Lib/test/test_compile.py index cb24060..17d3500 100644 --- a/Lib/test/test_compile.py +++ b/Lib/test/test_compile.py
@@ -24,7 +24,7 @@ print "testing complex args" def comp_args((a, b)): - print a,b + print a,b comp_args((1, 2))