[issue44071] Syntax error in Python3 documentation

2021-05-07 Thread Sergey Maslyakov


New submission from Sergey Maslyakov :

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@python
components: Documentation
messages: 393222
nosy: docs@python, evolvah
priority: normal
severity: normal
status: open
title: Syntax error in Python3 documentation
versions: Python 3.6

___
Python tracker 
<https://bugs.python.org/issue44071>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44071] Syntax error in Python3 documentation

2021-05-07 Thread Sergey Maslyakov


Sergey Maslyakov  added the comment:

Thank you, Dennis! I was wrong. Closing the ticket.

--
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue44071>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com