mirror of https://github.com/python/cpython
Merge from 3.6
This commit is contained in:
commit
4a5d87ab26
|
@ -142,7 +142,7 @@ StreamReader
|
|||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue