mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
Fixed the gzip synopsis.
This commit is contained in:
parent
a30e469fda
commit
ee7fd697bf
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
\section{Standard Module \module{gzip}}
|
\section{Standard Module \module{gzip}}
|
||||||
\declaremodule{standard}{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
|
The data compression provided by the \code{zlib} module is compatible
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue