Commit 7280486c authored by Victor Stinner's avatar Victor Stinner

Close #21005: Fix documentation of asyncio.subprocess.DEVNULL

parent 46f484ee
......@@ -46,10 +46,9 @@ Constants
.. data:: asyncio.subprocess.DEVNULL
Special value that can be used as the *stderr* argument to
:func:`create_subprocess_shell` and :func:`create_subprocess_exec` and
indicates that standard error should go into the same handle as standard
output.
Special value that can be used as the *stdin*, *stdout* or *stderr* argument
to :func:`create_subprocess_shell` and :func:`create_subprocess_exec` and
indicates that the special file :data:`os.devnull` will be used.
Process
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment