mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Merge from 3.5
This commit is contained in:
commit
80b618bffd
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ StreamReader
|
||||||
|
|
||||||
This method is a :ref:`coroutine <coroutine>`.
|
This method is a :ref:`coroutine <coroutine>`.
|
||||||
|
|
||||||
.. coroutinemethod:: readuntil(separator=b'\n')
|
.. coroutinemethod:: readuntil(separator=b'\\n')
|
||||||
|
|
||||||
Read data from the stream until ``separator`` is found.
|
Read data from the stream until ``separator`` is found.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue