Kaydet (Commit) 22d131a7 authored tarafından Andriy Maletsky's avatar Andriy Maletsky Kaydeden (comit) Gregory P. Smith

Doc: add missing capture_output arg to subprocess.run() signature (#8374)

üst cf2c5e8e
......@@ -38,8 +38,8 @@ compatibility with older versions, see the :ref:`call-function-trio` section.
.. function:: run(args, *, stdin=None, input=None, stdout=None, stderr=None,\
shell=False, cwd=None, timeout=None, check=False, \
encoding=None, errors=None, text=None, env=None)
capture_output=False, shell=False, cwd=None, timeout=None, \
check=False, encoding=None, errors=None, text=None, env=None)
Run the command described by *args*. Wait for command to complete, then
return a :class:`CompletedProcess` instance.
......
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