diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-18 16:21:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-18 16:21:11 (GMT) |
commit | 1675375a7c0c37265e36e36e9bb6a109373d8276 (patch) | |
tree | b72a42a1b5f25bbc53ba8931c38be04729dedfb2 | |
parent | e44e507b0e60de842f57ca79b45696dd263f257f (diff) | |
download | cpython-1675375a7c0c37265e36e36e9bb6a109373d8276.zip cpython-1675375a7c0c37265e36e36e9bb6a109373d8276.tar.gz cpython-1675375a7c0c37265e36e36e9bb6a109373d8276.tar.bz2 |
Add missing \declaremodule for zipfile.
-rw-r--r-- | Doc/lib/libzipfile.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libzipfile.tex b/Doc/lib/libzipfile.tex index f29c47f..e8d409b 100644 --- a/Doc/lib/libzipfile.tex +++ b/Doc/lib/libzipfile.tex @@ -1,6 +1,7 @@ \section{\module{zipfile} --- Work with ZIP archives} +\declaremodule{standard}{zipfile} \modulesynopsis{Read and write ZIP-format archive files.} \moduleauthor{James C. Ahlstrom}{jim@interet.com} \sectionauthor{James C. Ahlstrom}{jim@interet.com} |