Issue 34718: Syntax error on factorial example (original) (raw)

Issue34718

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:06 admin set github: 78899
2018-09-18 04:45:27 magmax set status: open -> closedresolution: wont fixmessages: + stage: resolved
2018-09-18 04:37:34 magmax create