Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58c8c26

Browse files
committed
Add another example to the seealso section.
1 parent 8374981 commit 58c8c26

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

Doc/library/difflib.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,15 @@ If you want to know how to change the first sequence into the second, use
560560
insert a[8:8] b[8:17]
561561
equal a[8:29] b[17:38]
562562

563-
See also the function :func:`get_close_matches` in this module, which shows how
564-
simple code building on :class:`SequenceMatcher` can be used to do useful work.
563+
.. seealso::
564+
565+
* The :func:`get_close_matches` function in this module which shows how
566+
simple code building on :class:`SequenceMatcher` can be used to do useful
567+
work.
568+
569+
* `Simple version control recipe
570+
<http://code.activestate.com/recipes/576729/>`_ for a small application
571+
built with :class:`SequenceMatcher`.
565572

566573

567574
.. _differ-objects:

0 commit comments

Comments
 (0)