Skip to content

Commit a34e08c

Browse files
committed
Add news entry for gh-56593 docs improvement
1 parent b9204a4 commit a34e08c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Improve the :mod:`difflib` documentation: describe the :class:`difflib.Match`
2+
named tuple and state that :meth:`~difflib.SequenceMatcher.find_longest_match`
3+
and :meth:`~difflib.SequenceMatcher.get_matching_blocks` return ``Match``
4+
objects. Clarify that the diff functions accept sequences of strings, not
5+
just lists.

0 commit comments

Comments
 (0)