Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d018a commit d079d3aCopy full SHA for d079d3a
1 file changed
Doc/library/asyncio-eventloop.rst
@@ -488,7 +488,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
488
489
* *stdout*: Either a file-like object representing the pipe to be connected
490
to the subprocess's standard output stream using
491
- :meth:`~BaseEventLoop.connect_write_pipe`, or the constant
+ :meth:`~BaseEventLoop.connect_read_pipe`, or the constant
492
:const:`subprocess.PIPE` (the default). By default a new pipe will be
493
created and connected.
494
0 commit comments