diff options
author | Georg Brandl <georg@python.org> | 2007-04-01 21:29:15 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-04-01 21:29:15 (GMT) |
commit | 4e9165d2dd15cd1766ae1286517a44f1620d3cbf (patch) | |
tree | 82f15bdc00a92fb0ddb1ee11471a46288aba969e /Doc/lib/libzlib.tex | |
parent | c7a2e4656e09cebd36a4ad2439794a48b9565737 (diff) | |
download | cpython-4e9165d2dd15cd1766ae1286517a44f1620d3cbf.zip cpython-4e9165d2dd15cd1766ae1286517a44f1620d3cbf.tar.gz cpython-4e9165d2dd15cd1766ae1286517a44f1620d3cbf.tar.bz2 |
Fix a lot of markup and meta-information glitches.
Diffstat (limited to 'Doc/lib/libzlib.tex')
-rw-r--r-- | Doc/lib/libzlib.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex index 876f8c0..3cc7b3c 100644 --- a/Doc/lib/libzlib.tex +++ b/Doc/lib/libzlib.tex @@ -131,7 +131,7 @@ compress a set of data that share a common initial prefix. Decompression objects support the following methods, and two attributes: -\begin{memberdesc}{unused_data} +\begin{memberdesc}[Decompress]{unused_data} A string which contains any bytes past the end of the compressed data. That is, this remains \code{""} until the last byte that contains compression data is available. If the whole string turned out to @@ -145,7 +145,7 @@ decompression object's \method{decompress} method until the \member{unused_data} attribute is no longer the empty string. \end{memberdesc} -\begin{memberdesc}{unconsumed_tail} +\begin{memberdesc}[Decompress]{unconsumed_tail} A string that contains any data that was not consumed by the last \method{decompress} call because it exceeded the limit for the uncompressed data buffer. This data has not yet been seen by the zlib |