This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author evolvah
Recipients docs@python, evolvah
Date 2021-05-07.20:44:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620420284.18.0.966368457696.issue44071@roundup.psfhosted.org>
In-reply-to
Content
https://docs.python.org/3/library/subprocess.html#subprocess.check_output

The code sample seems to have a misplaced closing round bracket. It should go after "stdout"

```
run(..., check=True, stdout=PIPE).stdout
```
History
Date User Action Args
2021-05-07 20:44:44evolvahsetrecipients: + evolvah, docs@python
2021-05-07 20:44:44evolvahsetmessageid: <1620420284.18.0.966368457696.issue44071@roundup.psfhosted.org>
2021-05-07 20:44:44evolvahlinkissue44071 messages
2021-05-07 20:44:44evolvahcreate