From f964154b8cb74a05a3664cd34e938c0298f97680 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 20 Dec 2004 06:08:12 +0000 Subject: Bug #1088206: zlib decompressobj documentation typo --- Doc/lib/libzlib.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex index db62a27..a387ee9 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 -- cgit v0.12