diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-27 22:30:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-27 22:30:15 (GMT) |
commit | ee7fd697bf2e1752f2a484030906ea7b7912e0e8 (patch) | |
tree | b3bea30342b24489285086ff698b069c9e99d696 | |
parent | a30e469fdada137877890ee5efea40f68c2bd223 (diff) | |
download | cpython-ee7fd697bf2e1752f2a484030906ea7b7912e0e8.zip cpython-ee7fd697bf2e1752f2a484030906ea7b7912e0e8.tar.gz cpython-ee7fd697bf2e1752f2a484030906ea7b7912e0e8.tar.bz2 |
Fixed the gzip synopsis.
-rw-r--r-- | Doc/lib/libgzip.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libgzip.tex b/Doc/lib/libgzip.tex index 75388a8..4bc7d80 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 |