summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_zlib.py')
-rw-r--r--Lib/test/test_zlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_zlib.py b/Lib/test/test_zlib.py
index 915f582..8881516 100644
--- a/Lib/test/test_zlib.py
+++ b/Lib/test/test_zlib.py
@@ -95,7 +95,7 @@ if decomp2 != buf:
print "max_length decompressobj failed"
else:
print "max_length decompressobj succeeded"
-
+
# Misc tests of max_length
deco = zlib.decompressobj(-12)
try: