Kaydet (Commit) e5b0bd1b authored tarafından Berker Peksag's avatar Berker Peksag

Fix default value of StreamReader.readuntil()

Reported by Sam Lunt on docs@p.o.
üst 1f6b69b7
......@@ -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