Merge from 3.5

This commit is contained in:
Berker Peksag 2016-10-18 00:35:09 +03:00
commit 80b618bffd

View file

@ -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.