diff options
author | Raymond Hettinger <python@rcn.com> | 2004-12-20 06:08:12 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-12-20 06:08:12 (GMT) |
commit | f964154b8cb74a05a3664cd34e938c0298f97680 (patch) | |
tree | 88bc013cfe464ddece7fed362999dd59d8460ce6 /Doc/lib | |
parent | 7b4b788eaadb36f65b08a4a84e7096bb03dcc12b (diff) | |
download | cpython-f964154b8cb74a05a3664cd34e938c0298f97680.zip cpython-f964154b8cb74a05a3664cd34e938c0298f97680.tar.gz cpython-f964154b8cb74a05a3664cd34e938c0298f97680.tar.bz2 |
Bug #1088206: zlib decompressobj documentation typo
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libzlib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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 |