8000 Improve the description of difflib in the documentation (GH-22253) (G… · python/cpython@5fdc142 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5fdc142

Browse files
Improve the description of difflib in the documentation (GH-22253) (GH-22260)
From "can produce difference information in various formats ..." to " can produce information about file differences in various formats ..." Automerge-Triggered-By: @Mariatta (cherry picked from commit 5531269) Co-authored-by: Mandeep <mandeep052@gmail.com>
1 parent a0da907 commit 5fdc142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/difflib.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
--------------
1919

2020
This module provides classes and functions for comparing sequences. It
21-
can be used for example, for comparing files, and can produce difference
22-
information in various formats, including HTML and context and unified
21+
can be used for example, for comparing files, and can produce information
22+
about file differences in various formats, including HTML and context and unified
2323
diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
2424

2525

0 commit comments

Comments
 (0)
0