[New-bugs-announce] [issue44071] Syntax error in Python3 documentation

Sergey Maslyakov report at bugs.python.org
Fri May 7 16:44:44 EDT 2021


New submission from Sergey Maslyakov <evolvah at gmail.com>:

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
```

----------
assignee: docs at python
components: Documentation
messages: 393222
nosy: docs at python, evolvah
priority: normal
severity: normal
status: open
title: Syntax error in Python3 documentation
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44071>
_______________________________________


More information about the New-bugs-announce mailing list