[Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6

berker.peksag python-checkins at python.org
Mon Oct 17 17:34:47 EDT 2016


https://hg.python.org/cpython/rev/3a58b70345e3
changeset:   104526:3a58b70345e3
parent:      104523:9f03b3dbb929
parent:      104525:7527ce67a3b1
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Tue Oct 18 00:35:31 2016 +0300
summary:
  Merge from 3.6

files:
  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
--- a/Doc/library/asyncio-stream.rst
+++ b/Doc/library/asyncio-stream.rst
@@ -142,7 +142,7 @@
 
       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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list