mirror of https://github.com/python/cpython
Correct method name typo (#91970)
This commit is contained in:
parent
43a8bf1ea4
commit
c6b84a727c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue