mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #18336. Fix a link to StreamReader's read() method.
This commit is contained in:
commit
491856074f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue