Skip to content

Commit 02f188e

Browse files
committed
Fix small lint error
1 parent 1b54dce commit 02f188e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/isal/igzip.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ class IGzipFile(gzip.GzipFile):
9797
"""The IGzipFile class simulates most of the methods of a file object with
9898
the exception of the truncate() method.
9999
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.
100+
This class only supports opening files in binary mode. If you need to open
101+
a compressed file in text mode, use the gzip.open() function.
102102
"""
103103
def __init__(self, filename=None, mode=None,
104104
compresslevel=isal_zlib.ISAL_DEFAULT_COMPRESSION,

0 commit comments

Comments
 (0)