From: Fred Drake Date: Mon, 27 Jul 1998 22:30:15 +0000 (+0000) Subject: Fixed the gzip synopsis. X-Git-Tag: v1.5.2a1~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee7fd697bf2e1752f2a484030906ea7b7912e0e8;p=python Fixed the gzip synopsis. --- diff --git a/Doc/lib/libgzip.tex b/Doc/lib/libgzip.tex index 75388a8998..4bc7d80c2c 100644 --- a/Doc/lib/libgzip.tex +++ b/Doc/lib/libgzip.tex @@ -1,7 +1,8 @@ \section{Standard Module \module{gzip}} \declaremodule{standard}{gzip} -\modulesynopsis{None} +\modulesynopsis{Interfaces for \program{gzip} compression and +decompression using file objects.} The data compression provided by the \code{zlib} module is compatible