Skip to content

Commit 03addd7

Browse files
Update zlib.rst
1 parent 1b7dad1 commit 03addd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/zlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Decompression objects support the following methods and attributes:
308308
:attr:`unconsumed_tail`. This bytestring must be passed to a subsequent call to
309309
:meth:`decompress` if decompression is to continue. If *max_length* is zero
310310
then the whole input is decompressed, and :attr:`unconsumed_tail` is empty.
311-
For example, the complete body could be read like::
311+
For example, the full content could be read like::
312312

313313
process_output(d.decompress(data, max_length))
314314
while d.unconsumed_tail:

0 commit comments

Comments
 (0)