]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] subprocess docs: Fix semantically important typo (GH-119752) (#119758)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 May 2024 07:50:23 +0000 (09:50 +0200)
committerGitHub <noreply@github.com>
Thu, 30 May 2024 07:50:23 +0000 (08:50 +0100)
commite408059711814be9bf7e9c72ecc4c34fb2b8356f
treec757bd04e96515cab16fc0be017f0d7c5334604c
parentd4a146d56727f456e579419cbb2bb72e6667103a
[3.12] subprocess docs: Fix semantically important typo (GH-119752) (#119758)

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.
(cherry picked from commit 2cc3502f98bb9aea386ab55443fc077ddcdde91d)

Co-authored-by: Zachary Ware <zach@python.org>
Doc/library/subprocess.rst