From: Raymond Hettinger Date: Mon, 20 Dec 2004 06:08:12 +0000 (+0000) Subject: Bug #1088206: zlib decompressobj documentation typo X-Git-Tag: v2.5a0~2241 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f964154b8cb74a05a3664cd34e938c0298f97680;p=thirdparty%2FPython%2Fcpython.git Bug #1088206: zlib decompressobj documentation typo --- diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex index db62a270c322..a387ee9d7118 100644 --- a/Doc/lib/libzlib.tex +++ b/Doc/lib/libzlib.tex @@ -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