Skip to content

Commit 0752d20

Browse files
author
Mark Summerfield
committed
Added a cross-ref to each other.
1 parent c4ed971 commit 0752d20

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Doc/library/difflib.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
1313
.. versionadded:: 2.1
1414

15+
This module provides classes and functions for comparing sequences. It
16+
can be used for example, for comparing files, and can produce difference
17+
information in various formats, including HTML and context and unified
18+
diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
1519

1620
.. class:: SequenceMatcher
1721

Doc/library/filecmp.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99

1010
The :mod:`filecmp` module defines functions to compare files and directories,
11-
with various optional time/correctness trade-offs.
11+
with various optional time/correctness trade-offs. For comparing files,
12+
see also the :mod:`difflib` module.
1213

1314
The :mod:`filecmp` module defines the following functions:
1415

0 commit comments

Comments
 (0)