diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-05-23 15:15:30 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-05-23 15:15:30 +0000 |
commit | 8ac1495a6a1d18111a626cec0c7f2eb67df3edb3 (patch) | |
tree | 2d91993770d3a5b3f3668857983d9bf75276b14f /Lib/test/test_unicode.py | |
parent | f655328483b2e237cc2f71c1c308eceb2f30f6fd (diff) | |
download | cpython-git-8ac1495a6a1d18111a626cec0c7f2eb67df3edb3.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_unicode.py')
-rw-r--r-- | Lib/test/test_unicode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_unicode.py b/Lib/test/test_unicode.py index 5d73939771..546505176f 100644 --- a/Lib/test/test_unicode.py +++ b/Lib/test/test_unicode.py @@ -68,7 +68,7 @@ def test(method, input, output, *args): exc = sys.exc_info()[:2] if value is input: if verbose: - print 'no' + print 'no' print '*',f, `input`, `output`, `value` return if value != output or type(value) is not type(output): |