diff options
Diffstat (limited to 'Doc/library/difflib.rst')
-rw-r--r-- | Doc/library/difflib.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/difflib.rst b/Doc/library/difflib.rst index 3b17d04..34dbcfd 100644 --- a/Doc/library/difflib.rst +++ b/Doc/library/difflib.rst @@ -380,10 +380,6 @@ use :meth:`set_seq2` to set the commonly used sequence once and call .. XXX Explain why a dummy is used! - .. versionchanged:: 2.5 - The guarantee that adjacent triples always describe non-adjacent blocks was - implemented. - :: >>> s = SequenceMatcher(None, "abxcd", "abcd") |