diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-10-17 21:35:09 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-10-17 21:35:09 (GMT) |
commit | 80b618bffdb8f2ba219f73c49ff648d91b6085a9 (patch) | |
tree | 2620b353801db621d65f816ac2951628d3b07e5e /Doc | |
parent | a506a93b0b6602be1613cee752d62feca41bee24 (diff) | |
parent | e5b0bd1ba2687a582bbb7e47580e6507ed2a9253 (diff) | |
download | cpython-80b618bffdb8f2ba219f73c49ff648d91b6085a9.zip cpython-80b618bffdb8f2ba219f73c49ff648d91b6085a9.tar.gz cpython-80b618bffdb8f2ba219f73c49ff648d91b6085a9.tar.bz2 |
Merge from 3.5
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/asyncio-stream.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst index 0ab08e1..6177b4b 100644 --- a/Doc/library/asyncio-stream.rst +++ b/Doc/library/asyncio-stream.rst @@ -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. |