Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
subprocess docs: Fix semantically important typo (pythonGH-119752)
pythonGH-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.
- Loading branch information