]> granicus.if.org Git - python/commitdiff
Replace "\begin{classdesc}{SomeClass}{\unspecified}" with
authorFred Drake <fdrake@acm.org>
Fri, 11 May 2001 01:08:13 +0000 (01:08 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 11 May 2001 01:08:13 +0000 (01:08 +0000)
"\begin{classdesc*}{SomeClass}" -- the rendering of \unspecified was
identical to \moreargs, so this helps clarify things just a little.

Doc/lib/libdifflib.tex
Doc/lib/libzipfile.tex

index 0c35d6025e11e62b764c0332af7bfc127baa2450..5e3c4ad2286993cbc95e45e572bf1e20e3242c26 100644 (file)
@@ -40,7 +40,7 @@
 \end{verbatim}
 \end{funcdesc}
 
-\begin{classdesc}{SequenceMatcher}{\unspecified}
+\begin{classdesc*}{SequenceMatcher}
   This is a flexible class for comparing pairs of sequences of any
   type, so long as the sequence elements are hashable.  The basic
   algorithm predates, and is a little fancier than, an algorithm
@@ -72,6 +72,8 @@
 
 \subsection{SequenceMatcher Objects \label{sequence-matcher}}
 
+The \class{SequenceMatcher} class has this constructor:
+
 \begin{classdesc}{SequenceMatcher}{\optional{isjunk\optional{,
                                    a\optional{, b}}}}
   Optional argument \var{isjunk} must be \code{None} (the default) or
index 8225cfb948d63fd8a3f1f3b90d8f0ab7465ce576..6d7ba1e8c3c95d104800c29b754cb16e22e9538f 100644 (file)
@@ -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}