mirror of
https://github.com/python/cpython.git
synced 2025-11-27 05:44:16 +00:00
Fix doc for create_subprocess_exec (GH-12598)
Add missing `program` argument to asyncio.create_subprocess_exec documentation.
This commit is contained in:
parent
50866e9ed3
commit
1328375ad1
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ See also the `Examples`_ subsection.
|
||||||
Creating Subprocesses
|
Creating Subprocesses
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
.. coroutinefunction:: create_subprocess_exec(\*args, stdin=None, \
|
.. coroutinefunction:: create_subprocess_exec(program, \*args, stdin=None, \
|
||||||
stdout=None, stderr=None, loop=None, \
|
stdout=None, stderr=None, loop=None, \
|
||||||
limit=None, \*\*kwds)
|
limit=None, \*\*kwds)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue