[Python-checkins] cpython: Close #20787: asyncio doc: fix typo. Patch written by akira.

victor.stinner python-checkins at python.org
Thu Mar 13 10:51:32 CET 2014


http://hg.python.org/cpython/rev/7a42fb12a736
changeset:   89623:7a42fb12a736
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Mar 13 10:50:01 2014 +0100
summary:
  Close #20787: asyncio doc: fix typo. Patch written by akira.

files:
  Doc/library/asyncio-eventloop.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst
--- a/Doc/library/asyncio-eventloop.rst
+++ b/Doc/library/asyncio-eventloop.rst
@@ -488,7 +488,7 @@
 
    * *stdout*: Either a file-like object representing the pipe to be connected
      to the subprocess's standard output stream using
-     :meth:`~BaseEventLoop.connect_write_pipe`, or the constant
+     :meth:`~BaseEventLoop.connect_read_pipe`, or the constant
      :const:`subprocess.PIPE` (the default). By default a new pipe will be
      created and connected.
 

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


More information about the Python-checkins mailing list