summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-10-17 21:35:09 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-10-17 21:35:09 (GMT)
commit80b618bffdb8f2ba219f73c49ff648d91b6085a9 (patch)
tree2620b353801db621d65f816ac2951628d3b07e5e /Doc
parenta506a93b0b6602be1613cee752d62feca41bee24 (diff)
parente5b0bd1ba2687a582bbb7e47580e6507ed2a9253 (diff)
downloadcpython-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.rst2
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.