From: Fred Drake Date: Mon, 27 Jul 1998 22:08:49 +0000 (+0000) Subject: Added a synopsis. X-Git-Tag: v1.5.2a1~205 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08caa964c4d5ed1d716f454787ad311282b6a043;p=thirdparty%2FPython%2Fcpython.git Added a synopsis. --- diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex index 718a3d4511ff..0369507535e8 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