diff options
| author | Fred Drake <fdrake@acm.org> | 1998-07-27 22:08:49 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-07-27 22:08:49 +0000 |
| commit | 08caa964c4d5ed1d716f454787ad311282b6a043 (patch) | |
| tree | afb176b8b631ef6a9bc2571e352f38f539880277 /Doc/lib | |
| parent | 9643c6706fb7d64d148ea323aa9f46e1bbbaee6e (diff) | |
| download | cpython-git-08caa964c4d5ed1d716f454787ad311282b6a043.tar.gz | |
Added a synopsis.
Diffstat (limited to 'Doc/lib')
| -rw-r--r-- | Doc/lib/libzlib.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex index 718a3d4511..0369507535 100644 --- a/Doc/lib/libzlib.tex +++ b/Doc/lib/libzlib.tex @@ -1,10 +1,11 @@ % XXX The module has been extended (by Jeremy) but this documentation -% hasn't been updated yet +% hasn't been updated completely. \section{Built-in Module \module{zlib}} \declaremodule{builtin}{zlib} -\modulesynopsis{None} +\modulesynopsis{Low-level interface to compression and decompression +routines compatible with \program{gzip}.} For applications that require data compression, the functions in this |
