From: Raymond Hettinger Date: Mon, 20 Dec 2004 06:09:30 +0000 (+0000) Subject: Bug #1088206: zlib decompressobj documentation typo X-Git-Tag: v2.4.1c1~143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed92affaaaa65bca5e3d5c8cee803854ea5928a5;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