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 1b7dad1 commit 03addd7Copy full SHA for 03addd7
Doc/library/zlib.rst
@@ -308,7 +308,7 @@ Decompression objects support the following methods and attributes:
308
:attr:`unconsumed_tail`. This bytestring must be passed to a subsequent call to
309
:meth:`decompress` if decompression is to continue. If *max_length* is zero
310
then the whole input is decompressed, and :attr:`unconsumed_tail` is empty.
311
- For example, the complete body could be read like::
+ For example, the full content could be read like::
312
313
process_output(d.decompress(data, max_length))
314
while d.unconsumed_tail:
0 commit comments