mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
Correct method name typo (GH-91970)
(cherry picked from commit c6b84a727c)
Co-authored-by: Simon de Vlieger <cmdr@supakeen.com>
This commit is contained in:
parent
86e4bdaf49
commit
e2514cb77f
1 changed files with 1 additions and 1 deletions
|
|
@ -837,7 +837,7 @@ def compare(self, a, b):
|
|||
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…
Add table
Add a link
Reference in a new issue