]> granicus.if.org Git - python/commit
Fix syntax error on Asyncio example in doc (GH-9387)
authorMiguel Ángel García <magmax@users.noreply.github.com>
Tue, 18 Sep 2018 06:01:26 +0000 (08:01 +0200)
committerYury Selivanov <yury@magic.io>
Tue, 18 Sep 2018 06:01:26 +0000 (02:01 -0400)
commit9c53fa6ad9cd23fb03867b4a1f74264c426c1772
treea7e8681d9f8818647fc67462f73180c3847068da
parent7bfbda46f49c0b2c43e128835106cf13315b6ae8
Fix syntax error on Asyncio example in doc (GH-9387)

The `gather` method requires to close the parenthesis, but it is being closed twice.
Doc/library/asyncio-task.rst