SIGN IN SIGN UP

[3.13] subprocess docs: Fix semantically important typo (GH-119752) (#119757)

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>
M
Miss Islington (bot) committed
1eddc9e6b6eabfa31ab3197d86fdcae692ee6a16
Parent: 083bf3a
Committed by GitHub <noreply@github.com> on 5/30/2024, 7:50:11 AM