Cut-&-paste-o noted by Wolfgang Teschner: decompressobj() returns

*DE*compression objects, not compression objects!
This commit is contained in:
Fred Drake 2001-04-18 20:16:51 +00:00
parent 223ac0a498
commit bc524c4e9f
1 changed files with 1 additions and 1 deletions

View 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}