diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-12-01 04:11:16 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-12-01 04:11:16 (GMT) |
commit | 82285dad8e107af5e89ea49ff784978170816a84 (patch) | |
tree | afe1563ca2ccbc8a94fa51fc7921895939ebd687 /Lib | |
parent | 422210426e6d0ac29389c66a82036bde123d8075 (diff) | |
download | cpython-82285dad8e107af5e89ea49ff784978170816a84.zip cpython-82285dad8e107af5e89ea49ff784978170816a84.tar.gz cpython-82285dad8e107af5e89ea49ff784978170816a84.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_unicode.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_unicode.py b/Lib/test/test_unicode.py index fdf778e..77d978b 100644 --- a/Lib/test/test_unicode.py +++ b/Lib/test/test_unicode.py @@ -668,4 +668,3 @@ print u'abc\n', print u'def\n' print u'def\n' print 'done.' - |