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.

classification
Title: Syntax error on factorial example
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, magmax
Priority: normal Keywords:

Created on 2018-09-18 04:37 by magmax, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg325614 - (view) Author: Miguel Ángel (magmax) Date: 2018-09-18 04:37
In the example on https://docs.python.org/3/library/asyncio-task.html#running-tasks-concurrently, there is a double closing parenthesis, but just one is needed for the `gather` method. This makes the example to fail.
msg325615 - (view) Author: Miguel Ángel (magmax) Date: 2018-09-18 04:45
Too trivial to require an issue. Sorry, I'm newbie here :)
History
Date User Action Args
2022-04-11 14:59:06adminsetgithub: 78899
2018-09-18 04:45:27magmaxsetstatus: open -> closed
resolution: wont fix
messages: + msg325615

stage: resolved
2018-09-18 04:37:34magmaxcreate