projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b4b788
)
Bug #1088206: zlib decompressobj documentation typo
author
Raymond Hettinger
<python@rcn.com>
Mon, 20 Dec 2004 06:08:12 +0000
(06:08 +0000)
committer
Raymond Hettinger
<python@rcn.com>
Mon, 20 Dec 2004 06:08:12 +0000
(06:08 +0000)
Doc/lib/libzlib.tex
patch
|
blob
|
history
diff --git
a/Doc/lib/libzlib.tex
b/Doc/lib/libzlib.tex
index db62a270c322a9a5e604b7648af990511c8ab28d..a387ee9d71187088b8a828e09ddfe93a7037879a 100644
(file)
--- 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