Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 886f113

Browse files
committed
--sigh--
Finish the last set of changes to these files so the conversion does not break.
1 parent 4785246 commit 886f113

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/lib/libdifflib.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ \section{\module{difflib} ---
5858
\class{SequenceMatcher} is quadratic time for the worst case and has
5959
expected-case behavior dependent in a complicated way on how many
6060
elements the sequences have in common; best case time is linear.
61-
\end{classdesc}
61+
\end{classdesc*}
6262

6363

6464
\begin{seealso}

Doc/lib/libzipfile.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ \section{\module{zipfile} ---
2929
The class for reading and writing ZIP files. See
3030
``\citetitle{ZipFile Objects}'' (section \ref{zipfile-objects}) for
3131
constructor details.
32-
\end{classdesc}
32+
\end{classdesc*}
3333

3434
\begin{classdesc*}{PyZipFile}
3535
Class for creating ZIP archives containing Python libraries.
36-
\end{classdesc}
36+
\end{classdesc*}
3737

3838
\begin{classdesc}{ZipInfo}{\optional{filename\optional{, date_time}}}
3939
Class used the represent infomation about a member of an archive.

0 commit comments

Comments
 (0)