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
1 changed files with 1 additions and 1 deletions

View File

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