[New-bugs-announce] [issue34718] Syntax error on factorial example

Miguel Ángel report at bugs.python.org
Tue Sep 18 00:37:34 EDT 2018


New submission from Miguel Ángel <miguelangel.garcia at gmail.com>:

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 at python
components: Documentation
messages: 325614
nosy: docs at python, magmax
priority: normal
severity: normal
status: open
title: Syntax error on factorial example
type: enhancement
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34718>
_______________________________________


More information about the New-bugs-announce mailing list