diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-10-18 00:35:31 +0300 |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-10-18 00:35:31 +0300 |
commit | 4a5d87ab26b43f269d85f0e64d7ae9a20af0e537 (patch) | |
tree | 1ef64d6fbb91de742b05280b2e3342db5ad9b213 | |
parent | 8f5dd35d8e5229cb78c5bee47fc6a31a0a36fc5a (diff) | |
parent | 80b618bffdb8f2ba219f73c49ff648d91b6085a9 (diff) | |
download | cpython-git-4a5d87ab26b43f269d85f0e64d7ae9a20af0e537.tar.gz |
Merge from 3.6
-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 0ab08e1b6e..6177b4bb0f 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. |