From 754ba589b7c94a178636c10fe9812350bbbdb445 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 20 Feb 2001 11:24:35 +0000 Subject: Improve accuracy. In the .tex file, note the new "% BUG:" comments: an extra backslash is getting displayed in the generated HTML. --- Lib/difflib.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Lib/difflib.py') diff --git a/Lib/difflib.py b/Lib/difflib.py index 759d33f123..deb73616a8 100644 --- a/Lib/difflib.py +++ b/Lib/difflib.py @@ -92,9 +92,9 @@ See also function get_close_matches() in this module, which shows how simple code building on SequenceMatcher can be used to do useful work. Timing: Basic R-O is cubic time worst case and quadratic time expected -case. SequenceMatcher is quadratic time worst case and has expected-case -behavior dependent on how many elements the sequences have in common; best -case time (no elements in common) is linear. +case. 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. SequenceMatcher methods: -- cgit v1.2.1