Skip to content

Commit 8be5d72

Browse files
committed
Mention required 'flush' in stream_decompress documentation
1 parent 60baab0 commit 8be5d72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/snappy/snappy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ def stream_decompress(src,
298298
support the read method, and 'dst' should support the write method.
299299
300300
The default blocksize is good for almost every scenario.
301-
:param decompressor_cls: class that implements `decompress` method like
302-
StreamDecompressor in the module
301+
:param decompressor_cls: class that implements `decompress` and
302+
`flush` methods like StreamDecompressor in the module
303303
:param start_chunk: start block of data that have already been read from
304304
the input stream (to detect the format, for example)
305305
"""

0 commit comments

Comments
 (0)