]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
subprocess docs: Fix semantically important typo (GH-119752)
authorZachary Ware <zach@python.org>
Wed, 29 May 2024 22:19:54 +0000 (17:19 -0500)
committerGitHub <noreply@github.com>
Wed, 29 May 2024 22:19:54 +0000 (22:19 +0000)
commit2cc3502f98bb9aea386ab55443fc077ddcdde91d
treef8a246407c01c8d090d147e3e32ee64ebeff1398
parent7ff61f51b6f75315291419269295a8ac3933397b
subprocess docs: Fix semantically important typo (GH-119752)

GH-25416 accidentally replaced a reference to the *stderr* argument of
`subprocess.run` with a reference to the *stdin* argument.  *stdin* is
not affected by the `check_output` option.
Doc/library/subprocess.rst