Commit 85a233cf authored by Fred Drake's avatar Fred Drake

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

*DE*compression objects, not compression objects!
parent e9beb8cb
...@@ -87,7 +87,7 @@ default size is 16384. ...@@ -87,7 +87,7 @@ default size is 16384.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{decompressobj}{\optional{wbits}} \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} streams that won't fit into memory at once. The \var{wbits}
parameter controls the size of the window buffer. parameter controls the size of the window buffer.
\end{funcdesc} \end{funcdesc}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment