mirror of https://github.com/python/cpython
Bug #1088206: zlib decompressobj documentation typo
This commit is contained in:
parent
7b4b788eaa
commit
f964154b8c
|
@ -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…
Reference in New Issue