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

Skip to content

Commit 1328375

Browse files
dimaqqmiss-islington
authored andcommitted
Fix doc for create_subprocess_exec (GH-12598)
Add missing `program` argument to asyncio.create_subprocess_exec documentation.
1 parent 50866e9 commit 1328375

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-subprocess.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ See also the `Examples`_ subsection.
5656
Creating Subprocesses
5757
=====================
5858

59-
.. coroutinefunction:: create_subprocess_exec(\*args, stdin=None, \
59+
.. coroutinefunction:: create_subprocess_exec(program, \*args, stdin=None, \
6060
stdout=None, stderr=None, loop=None, \
6161
limit=None, \*\*kwds)
6262

0 commit comments

Comments
 (0)