mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Added a cross-ref to each other.
This commit is contained in:
parent
c4ed9713a7
commit
0752d20a34
2 changed files with 6 additions and 1 deletions
|
@ -12,6 +12,10 @@
|
|||
|
||||
.. versionadded:: 2.1
|
||||
|
||||
This module provides classes and functions for comparing sequences. It
|
||||
can be used for example, for comparing files, and can produce difference
|
||||
information in various formats, including HTML and context and unified
|
||||
diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
|
||||
|
||||
.. class:: SequenceMatcher
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue