summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-09-15 19:45:29 (GMT)
committerGitHub <noreply@github.com>2020-09-15 19:45:29 (GMT)
commit5fdc1425974c794966da1d91d54b4717d1ceeeff (patch)
tree983b4bb89228a272a371d89e73f2169e0f2b447c /Doc
parenta0da90720d5330c53b8083272374ede1c7a1e33a (diff)
downloadcpython-5fdc1425974c794966da1d91d54b4717d1ceeeff.zip
cpython-5fdc1425974c794966da1d91d54b4717d1ceeeff.tar.gz
cpython-5fdc1425974c794966da1d91d54b4717d1ceeeff.tar.bz2
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 5531269f698f789d1247123fd82681f7a455f66e) Co-authored-by: Mandeep <mandeep052@gmail.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/difflib.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/difflib.rst b/Doc/library/difflib.rst
index 0837809..a8543b3 100644
--- a/Doc/library/difflib.rst
+++ b/Doc/library/difflib.rst
@@ -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.