diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-20 00:14:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-20 00:14:17 (GMT) |
commit | bbac43223c3ead4745d41414df13d113d79334ad (patch) | |
tree | 08001df173f742c7ee291ae1e9ad196704fa7d59 /Doc/lib/libzlib.tex | |
parent | da5736533705f22a2673fbdc53ea9c537751c43c (diff) | |
download | cpython-bbac43223c3ead4745d41414df13d113d79334ad.zip cpython-bbac43223c3ead4745d41414df13d113d79334ad.tar.gz cpython-bbac43223c3ead4745d41414df13d113d79334ad.tar.bz2 |
Shorten a few section titles.
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 aaf4684..bdee0a0 100644 --- a/Doc/lib/libzlib.tex +++ b/Doc/lib/libzlib.tex @@ -2,9 +2,9 @@ % hasn't been updated completely. \section{\module{zlib} --- - Compression and decompression compatible with \program{gzip}.} -\declaremodule{builtin}{zlib} + Compression library compatible with \program{gzip}.} +\declaremodule{builtin}{zlib} \modulesynopsis{Low-level interface to compression and decompression routines compatible with \program{gzip}.} |