mirror of
https://github.com/python/cpython.git
synced 2025-09-09 02:11:51 +00:00
Cut-&-paste-o noted by Wolfgang Teschner: decompressobj() returns
*DE*compression objects, not compression objects!
This commit is contained in:
parent
223ac0a498
commit
bc524c4e9f
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue