diff options
author | Raymond Hettinger <python@rcn.com> | 2004-12-20 06:09:30 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-12-20 06:09:30 (GMT) |
commit | ed92affaaaa65bca5e3d5c8cee803854ea5928a5 (patch) | |
tree | 908a13144bda14a4a8573e93000b273c6da23ae5 /Doc/lib | |
parent | aa70752fa047e01f21e9218e19388fe9f1734982 (diff) | |
download | cpython-ed92affaaaa65bca5e3d5c8cee803854ea5928a5.zip cpython-ed92affaaaa65bca5e3d5c8cee803854ea5928a5.tar.gz cpython-ed92affaaaa65bca5e3d5c8cee803854ea5928a5.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 |