summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdifflib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-05-11 15:49:19 (GMT)
committerFred Drake <fdrake@acm.org>2001-05-11 15:49:19 (GMT)
commit886f113ba9df655890dddf079a1e36a66230064b (patch)
tree94719d4302418694482c1f546b3bdf248666b150 /Doc/lib/libdifflib.tex
parent47852467f505eabc74ba352bf527482d05497f70 (diff)
downloadcpython-886f113ba9df655890dddf079a1e36a66230064b.zip
cpython-886f113ba9df655890dddf079a1e36a66230064b.tar.gz
cpython-886f113ba9df655890dddf079a1e36a66230064b.tar.bz2
--sigh--
Finish the last set of changes to these files so the conversion does not break.
Diffstat (limited to 'Doc/lib/libdifflib.tex')
-rw-r--r--Doc/lib/libdifflib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdifflib.tex b/Doc/lib/libdifflib.tex
index 5e3c4ad..ce191c0 100644
--- a/Doc/lib/libdifflib.tex
+++ b/Doc/lib/libdifflib.tex
@@ -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}