bpo-33649: Fix syntax error on factorial example for asyncio by magmax · Pull Request #9387 · python/cpython

@magmax

The `gather` method requires to close the parenthesis, but it is being closed twice.

@1st1 1st1 changed the title Fix syntax error on factorial example for asyncio bpo-33649: Fix syntax error on factorial example for asyncio

Sep 18, 2018

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 18, 2018
The `gather` method requires to close the parenthesis, but it is being closed twice.
(cherry picked from commit 9c53fa6)

Co-authored-by: Miguel Ángel García <magmax@users.noreply.github.com>

1st1 pushed a commit that referenced this pull request

Sep 18, 2018
The `gather` method requires to close the parenthesis, but it is being closed twice.
(cherry picked from commit 9c53fa6)

Co-authored-by: Miguel Ángel García <magmax@users.noreply.github.com>