Skip to content

Commit 700dfe7

Browse files
committed
Update docstring
1 parent 6ded69f commit 700dfe7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/isal/igzip_lib.pyx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,10 @@ cdef class IgzipDecompressor:
399399
"""
400400
Decompress data, returning a bytes object containing the uncompressed
401401
data corresponding to at least part of the data in string.
402+
403+
:param data: Binary data (bytes, bytearray, memoryview).
402404
:param max_length: if non-zero then the return value will be no longer
403-
than max_length. Unprocessed data will be in the
404-
unconsumed_tail attribute.
405+
than max_length.
405406
"""
406407
if self.eof:
407408
raise EOFError("End of stream already reached")

0 commit comments

Comments
 (0)