]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
--sigh--
authorFred Drake <fdrake@acm.org>
Fri, 11 May 2001 15:49:19 +0000 (15:49 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 11 May 2001 15:49:19 +0000 (15:49 +0000)
Finish the last set of changes to these files so the conversion does not
break.

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

index 5e3c4ad2286993cbc95e45e572bf1e20e3242c26..ce191c0231720426fdf46f61d69586bd1f6a2b85 100644 (file)
@@ -58,7 +58,7 @@
   \class{SequenceMatcher} is quadratic time for the worst case and has
   expected-case behavior dependent in a complicated way on how many
   elements the sequences have in common; best case time is linear.
-\end{classdesc}
+\end{classdesc*}
 
 
 \begin{seealso}
index 6d7ba1e8c3c95d104800c29b754cb16e22e9538f..9f0930faca3c746128e45cab12978d8369d35df6 100644 (file)
@@ -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.