diff options
author | Fred Drake <fdrake@acm.org> | 2001-05-11 15:49:19 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-05-11 15:49:19 (GMT) |
commit | 886f113ba9df655890dddf079a1e36a66230064b (patch) | |
tree | 94719d4302418694482c1f546b3bdf248666b150 /Doc/lib/libzipfile.tex | |
parent | 47852467f505eabc74ba352bf527482d05497f70 (diff) | |
download | cpython-886f113ba9df655890dddf079a1e36a66230064b.zip cpython-886f113ba9df655890dddf079a1e36a66230064b.tar.gz cpython-886f113ba9df655890dddf079a1e36a66230064b.tar.bz2 |
--sigh--
Finish the last set of changes to these files so the conversion does not
break.
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. |