Commit 49185607 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Issue #18336. Fix a link to StreamReader's read() method.

parents 6cee9946 cca40ffa
...@@ -694,7 +694,7 @@ compatible with the Python codec registry. ...@@ -694,7 +694,7 @@ compatible with the Python codec registry.
Read one line from the input stream and return the decoded data. Read one line from the input stream and return the decoded data.
*size*, if given, is passed as size argument to the stream's *size*, if given, is passed as size argument to the stream's
:meth:`readline` method. :meth:`read` method.
If *keepends* is false line-endings will be stripped from the lines If *keepends* is false line-endings will be stripped from the lines
returned. returned.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment