We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b54dce commit 02f188eCopy full SHA for 02f188e
src/isal/igzip.py
@@ -97,8 +97,8 @@ class IGzipFile(gzip.GzipFile):
97
"""The IGzipFile class simulates most of the methods of a file object with
98
the exception of the truncate() method.
99
100
- This class only supports opening files in binary mode. If you need to open a
101
- compressed file in text mode, use the gzip.open() function.
+ This class only supports opening files in binary mode. If you need to open
+ a compressed file in text mode, use the gzip.open() function.
102
"""
103
def __init__(self, filename=None, mode=None,
104
compresslevel=isal_zlib.ISAL_DEFAULT_COMPRESSION,
0 commit comments