summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/src/Lib/difflib.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python3/src/Lib/difflib.py')
-rw-r--r--contrib/tools/python3/src/Lib/difflib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python3/src/Lib/difflib.py b/contrib/tools/python3/src/Lib/difflib.py
index afd8a0c7c5b..ba0b256969e 100644
--- a/contrib/tools/python3/src/Lib/difflib.py
+++ b/contrib/tools/python3/src/Lib/difflib.py
@@ -837,7 +837,7 @@ class Differ:
Each sequence must contain individual single-line strings ending with
newlines. Such sequences can be obtained from the `readlines()` method
of file-like objects. The delta generated also consists of newline-
- terminated strings, ready to be printed as-is via the writeline()
+ terminated strings, ready to be printed as-is via the writelines()
method of a file-like object.
Example: