Correct method name typo (#91970)

This commit is contained in:
Simon de Vlieger 2022-04-27 23:28:56 +02:00 committed by GitHub
parent 43a8bf1ea4
commit c6b84a727c
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: