summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libzipfile.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-05-11 01:08:13 (GMT)
committerFred Drake <fdrake@acm.org>2001-05-11 01:08:13 (GMT)
commit96d7a70630e5b59ece873cc5336d212c9e5b4834 (patch)
tree641a09d2cdfabff64ab34e33885f88ea70e0ac7b /Doc/lib/libzipfile.tex
parent9f2376de7a4b9c26193ced8b6767410b6b54390b (diff)
downloadcpython-96d7a70630e5b59ece873cc5336d212c9e5b4834.zip
cpython-96d7a70630e5b59ece873cc5336d212c9e5b4834.tar.gz
cpython-96d7a70630e5b59ece873cc5336d212c9e5b4834.tar.bz2
Replace "\begin{classdesc}{SomeClass}{\unspecified}" with
"\begin{classdesc*}{SomeClass}" -- the rendering of \unspecified was identical to \moreargs, so this helps clarify things just a little.
Diffstat (limited to 'Doc/lib/libzipfile.tex')
-rw-r--r--Doc/lib/libzipfile.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libzipfile.tex b/Doc/lib/libzipfile.tex
index 8225cfb..6d7ba1e 100644
--- a/Doc/lib/libzipfile.tex
+++ b/Doc/lib/libzipfile.tex
@@ -25,13 +25,13 @@ The available attributes of this module are:
The error raised for bad ZIP files.
\end{excdesc}
-\begin{classdesc}{ZipFile}{\unspecified}
+\begin{classdesc*}{ZipFile}
The class for reading and writing ZIP files. See
``\citetitle{ZipFile Objects}'' (section \ref{zipfile-objects}) for
constructor details.
\end{classdesc}
-\begin{classdesc}{PyZipFile}{\unspecified}
+\begin{classdesc*}{PyZipFile}
Class for creating ZIP archives containing Python libraries.
\end{classdesc}