summaryrefslogtreecommitdiff
path: root/Lib/test/test_binascii.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-05-23 15:15:30 +0000
committerTim Peters <tim.peters@gmail.com>2002-05-23 15:15:30 +0000
commit0d79f7fa84fb47be23ee4ddcb420e2242de82c8a (patch)
tree55669008251b20029452a892bbacd3491cd500ce /Lib/test/test_binascii.py
parent74d6eb4a936997a774251e346998d52e42331dcb (diff)
downloadcpython-0d79f7fa84fb47be23ee4ddcb420e2242de82c8a.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_binascii.py')
-rwxr-xr-xLib/test/test_binascii.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_binascii.py b/Lib/test/test_binascii.py
index d4a905a24c..2c59160128 100755
--- a/Lib/test/test_binascii.py
+++ b/Lib/test/test_binascii.py
@@ -113,7 +113,7 @@ else:
# Verify the treatment of Unicode strings
if have_unicode:
- verify(binascii.hexlify(unicode('a', 'ascii')) == '61',
+ verify(binascii.hexlify(unicode('a', 'ascii')) == '61',
"hexlify failed for Unicode")
# A test for SF bug 534347 (segfaults without the proper fix)