Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d079d3a

Browse files
committed
Close #20787: asyncio doc: fix typo. Patch written by akira.
1 parent a6d018a commit d079d3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
488488

489489
* *stdout*: Either a file-like object representing the pipe to be connected
490490
to the subprocess's standard output stream using
491-
:meth:`~BaseEventLoop.connect_write_pipe`, or the constant
491+
:meth:`~BaseEventLoop.connect_read_pipe`, or the constant
492492
:const:`subprocess.PIPE` (the default). By default a new pipe will be
493493
created and connected.
494494

0 commit comments

Comments
 (0)