]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix syntax error on Asyncio example in doc (GH-9387) (GH-9388)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 18 Sep 2018 06:27:27 +0000 (23:27 -0700)
committerYury Selivanov <yury@magic.io>
Tue, 18 Sep 2018 06:27:27 +0000 (02:27 -0400)
commitee2ff1a335b0a59f445959178c5d2a9802c5b3e4
tree5a86925d163cad62f9d4bf721671c10313bcc6c7
parent9a89fd688445d10c1fd1aed589643d8266f08b1e
Fix syntax error on Asyncio example in doc (GH-9387) (GH-9388)

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

Co-authored-by: Miguel Ángel García <magmax@users.noreply.github.com>
Doc/library/asyncio-task.rst