Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4918560

Browse files
Issue #18336. Fix a link to StreamReader's read() method.
2 parents 6cee994 + cca40ff commit 4918560

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/codecs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ compatible with the Python codec registry.
694694
Read one line from the input stream and return the decoded data.
695695

696696
*size*, if given, is passed as size argument to the stream's
697-
:meth:`readline` method.
697+
:meth:`read` method.
698698

699699
If *keepends* is false line-endings will be stripped from the lines
700700
returned.

0 commit comments

Comments
 (0)