Change by Miguel Ángel :
--
pull_requests: +8811
___
Python tracker
<https://bugs.python.org/issue33649>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Miguel Ángel :
--
pull_requests: +8808
___
Python tracker
<https://bugs.python.org/issue33649>
___
___
Python-bugs-list mailing list
Unsubscribe:
Miguel Ángel added the comment:
Too trivial to require an issue. Sorry, I'm newbie here :)
--
resolution: -> wont fix
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.pyth
New submission from Miguel Ángel :
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.
--
assignee: docs@python