mirror of https://github.com/python/cpython
Close #21005: Fix documentation of asyncio.subprocess.DEVNULL
This commit is contained in:
parent
87bbefe113
commit
bac6248e6c
|
@ -46,10 +46,9 @@ Constants
|
||||||
|
|
||||||
.. data:: asyncio.subprocess.DEVNULL
|
.. data:: asyncio.subprocess.DEVNULL
|
||||||
|
|
||||||
Special value that can be used as the *stderr* argument to
|
Special value that can be used as the *stdin*, *stdout* or *stderr* argument
|
||||||
:func:`create_subprocess_shell` and :func:`create_subprocess_exec` and
|
to :func:`create_subprocess_shell` and :func:`create_subprocess_exec` and
|
||||||
indicates that standard error should go into the same handle as standard
|
indicates that the special file :data:`os.devnull` will be used.
|
||||||
output.
|
|
||||||
|
|
||||||
|
|
||||||
Process
|
Process
|
||||||
|
|
Loading…
Reference in New Issue