Skip to content

Commit f65d0b5

Browse files
Fix docstring typo
1 parent d6ac16c commit f65d0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/codecs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ def readlines(self, sizehint=None, keepends=True):
618618
method and are included in the list entries.
619619
620620
sizehint, if given, is ignored since there is no efficient
621-
way to find the true end-of-line.
621+
way of finding the true end-of-line.
622622
623623
"""
624624
data = self.read()

0 commit comments

Comments
 (0)