diff options
Diffstat (limited to 'Doc/lib/libzipfile.tex')
-rw-r--r-- | Doc/lib/libzipfile.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libzipfile.tex b/Doc/lib/libzipfile.tex index 6d7ba1e..9f0930f 100644 --- a/Doc/lib/libzipfile.tex +++ b/Doc/lib/libzipfile.tex @@ -29,11 +29,11 @@ The available attributes of this module are: The class for reading and writing ZIP files. See ``\citetitle{ZipFile Objects}'' (section \ref{zipfile-objects}) for constructor details. -\end{classdesc} +\end{classdesc*} \begin{classdesc*}{PyZipFile} Class for creating ZIP archives containing Python libraries. -\end{classdesc} +\end{classdesc*} \begin{classdesc}{ZipInfo}{\optional{filename\optional{, date_time}}} Class used the represent infomation about a member of an archive. |