We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ed971 commit 0752d20Copy full SHA for 0752d20
2 files changed
Doc/library/difflib.rst
@@ -12,6 +12,10 @@
12
13
.. versionadded:: 2.1
14
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.
19
20
.. class:: SequenceMatcher
21
Doc/library/filecmp.rst
@@ -8,7 +8,8 @@
8
9
10
The :mod:`filecmp` module defines functions to compare files and directories,
11
-with various optional time/correctness trade-offs.
+with various optional time/correctness trade-offs. For comparing files,
+see also the :mod:`difflib` module.
The :mod:`filecmp` module defines the following functions:
0 commit comments