]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Cut-&-paste-o noted by Wolfgang Teschner: decompressobj() returns
authorFred Drake <fdrake@acm.org>
Wed, 18 Apr 2001 20:17:23 +0000 (20:17 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 18 Apr 2001 20:17:23 +0000 (20:17 +0000)
*DE*compression objects, not compression objects!

Doc/lib/libzlib.tex

index 1da7f783523101f2509d43d2a38e20e32fcb4314..2c99fb45f0dcba5b08e41d193c7fa9c017c3762b 100644 (file)
@@ -87,7 +87,7 @@ default size is 16384.
 \end{funcdesc}
 
 \begin{funcdesc}{decompressobj}{\optional{wbits}}
-  Returns a compression object, to be used for decompressing data
+  Returns a decompression object, to be used for decompressing data
   streams that won't fit into memory at once.  The \var{wbits}
   parameter controls the size of the window buffer.
 \end{funcdesc}