From d1b6a9d7e0b55170cb932dcf23ea9c33045471de Mon Sep 17 00:00:00 2001 From: Mandeep Date: Mon, 14 Sep 2020 22:58:02 -0400 Subject: [PATCH 1/2] grammatical error fix --- Doc/library/difflib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/difflib.rst b/Doc/library/difflib.rst index 25e3511d017858..8c49f2d7c7ccbf 100644 --- a/Doc/library/difflib.rst +++ b/Doc/library/difflib.rst @@ -18,7 +18,7 @@ -------------- This module provides classes and functions for comparing sequences. It -can be used for example, for comparing files, and can produce difference +can be used for example, for comparing files, and can produce different information in various formats, including HTML and context and unified diffs. For comparing directories and files, see also, the :mod:`filecmp` module. From 55a2ddb3729441db3bc656433cef3df7d36eff78 Mon Sep 17 00:00:00 2001 From: Mandeep Date: Tue, 15 Sep 2020 14:52:45 -0400 Subject: [PATCH 2/2] Updated text to make it more understandable Co-authored-by: Mariatta --- Doc/library/difflib.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/difflib.rst b/Doc/library/difflib.rst index 8c49f2d7c7ccbf..aa08988c8b36f7 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 different -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.