<div dir="ltr"><div>Hello,</div><div><br></div><div>For the <a href="https://docs.python.org/3/library/asyncio-stream.html#asyncio.StreamReader.readuntil">documentation</a> on the member function <font face="monospace, monospace">readuntil </font>of <font face="monospace, monospace">asyncio.StreamReader</font>, the default separator is listed as<font face="monospace, monospace"> b'n'</font>, when it is actually <font face="monospace, monospace">b'\n'</font>. The code in the python library is correct, this is just an issue in the documentation.</div><div><br></div><div>Thanks,</div><div>Sam</div><br></div>