[docs] Type in Documentaiton for asyncio.StreamReader.readuntil
Sam Lunt
sam.lunt at transmarketgroup.com
Fri Oct 14 14:05:55 EDT 2016
Hello,
For the documentation
<https://docs.python.org/3/library/asyncio-stream.html#asyncio.StreamReader.readuntil>
on
the member function readuntil of asyncio.StreamReader, the default
separator is listed as b'n', when it is actually b'\n'. The code in the
python library is correct, this is just an issue in the documentation.
Thanks,
Sam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20161014/9d3cb2d9/attachment.html>
More information about the docs
mailing list