Commit 1c11b98b authored by Fred Drake's avatar Fred Drake

--sigh--

Finish the last set of changes to these files so the conversion does not
break.
parent 5b480d0c
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
\class{SequenceMatcher} is quadratic time for the worst case and has \class{SequenceMatcher} is quadratic time for the worst case and has
expected-case behavior dependent in a complicated way on how many expected-case behavior dependent in a complicated way on how many
elements the sequences have in common; best case time is linear. elements the sequences have in common; best case time is linear.
\end{classdesc} \end{classdesc*}
\begin{seealso} \begin{seealso}
......
...@@ -29,11 +29,11 @@ The available attributes of this module are: ...@@ -29,11 +29,11 @@ The available attributes of this module are:
The class for reading and writing ZIP files. See The class for reading and writing ZIP files. See
``\citetitle{ZipFile Objects}'' (section \ref{zipfile-objects}) for ``\citetitle{ZipFile Objects}'' (section \ref{zipfile-objects}) for
constructor details. constructor details.
\end{classdesc} \end{classdesc*}
\begin{classdesc*}{PyZipFile} \begin{classdesc*}{PyZipFile}
Class for creating ZIP archives containing Python libraries. Class for creating ZIP archives containing Python libraries.
\end{classdesc} \end{classdesc*}
\begin{classdesc}{ZipInfo}{\optional{filename\optional{, date_time}}} \begin{classdesc}{ZipInfo}{\optional{filename\optional{, date_time}}}
Class used the represent infomation about a member of an archive. Class used the represent infomation about a member of an archive.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment