mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Close #20787: asyncio doc: fix typo. Patch written by akira.
This commit is contained in:
parent
a6d018ad6e
commit
d079d3a289
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
|
|||
|
||||
* *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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue