Commit 844d8da4 authored by Berker Peksag's avatar Berker Peksag

Fix default value of StreamReader.readuntil()

Reported by Sam Lunt on docs@p.o.
parent 3ad1200e
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment