Fix default value of StreamReader.readuntil()

Reported by Sam Lunt on docs@p.o.
This commit is contained in:
Berker Peksag 2016-10-18 00:34:46 +03:00
parent 1f6b69b749
commit e5b0bd1ba2
1 changed files with 1 additions and 1 deletions

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.