Bug #1088206: zlib decompressobj documentation typo

This commit is contained in:
Raymond Hettinger 2004-12-20 06:08:12 +00:00
parent 7b4b788eaa
commit f964154b8c
1 changed files with 1 additions and 1 deletions

View File

@ -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