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:
Miss Islington (bot) 2022-04-27 15:19:43 -07:00 committed by GitHub
parent 86e4bdaf49
commit e2514cb77f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: