mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Bug #1088206: zlib decompressobj documentation typo
This commit is contained in:
parent
7b4b788eaa
commit
f964154b8c
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ call in order to get correct output.
|
|||
\end{memberdesc}
|
||||
|
||||
|
||||
\begin{methoddesc}[Decompress]{decompress}{string}{\optional{max_length}}
|
||||
\begin{methoddesc}[Decompress]{decompress}{string\optional{, max_length}}
|
||||
Decompress \var{string}, returning a string containing the
|
||||
uncompressed data corresponding to at least part of the data in
|
||||
\var{string}. This data should be concatenated to the output produced
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue