mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Improve the description of difflib in the documentation (GH-22253)
From "can produce difference information in various formats ..." to " can produce information about file differences in various formats ..." Automerge-Triggered-By: @Mariatta
This commit is contained in:
parent
e5fbe0cbd4
commit
5531269f69
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
|||
--------------
|
||||
|
||||
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
|
||||
can be used for example, for comparing files, and can produce information
|
||||
about file differences in various formats, including HTML and context and unified
|
||||
diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue