Bug #1088206: zlib decompressobj documentation typo
authorRaymond Hettinger <python@rcn.com>
Mon, 20 Dec 2004 06:08:12 +0000 (06:08 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 20 Dec 2004 06:08:12 +0000 (06:08 +0000)
Doc/lib/libzlib.tex

index db62a270c322a9a5e604b7648af990511c8ab28d..a387ee9d71187088b8a828e09ddfe93a7037879a 100644 (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