We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60baab0 commit 8be5d72Copy full SHA for 8be5d72
1 file changed
src/snappy/snappy.py
@@ -298,8 +298,8 @@ def stream_decompress(src,
298
support the read method, and 'dst' should support the write method.
299
300
The default blocksize is good for almost every scenario.
301
- :param decompressor_cls: class that implements `decompress` method like
302
- StreamDecompressor in the module
+ :param decompressor_cls: class that implements `decompress` and
+ `flush` methods like StreamDecompressor in the module
303
:param start_chunk: start block of data that have already been read from
304
the input stream (to detect the format, for example)
305
"""
0 commit comments