diff options
author | Fred Drake <fdrake@acm.org> | 2001-05-11 15:49:19 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-05-11 15:49:19 (GMT) |
commit | 886f113ba9df655890dddf079a1e36a66230064b (patch) | |
tree | 94719d4302418694482c1f546b3bdf248666b150 /Doc/lib/libdifflib.tex | |
parent | 47852467f505eabc74ba352bf527482d05497f70 (diff) | |
download | cpython-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.tex | 2 |
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} |