Kaydet (Commit) cca40ffa authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

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

üst 7ce57d67
......@@ -694,7 +694,7 @@ compatible with the Python codec registry.
Read one line from the input stream and return the decoded data.
*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
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