[issue35579] Typo in in asyncio-task documentation

Antoine Wecxsteen report at bugs.python.org
Mon Dec 24 11:44:02 EST 2018


New submission from Antoine Wecxsteen <wecxsteen.antoine at gmail.com>:

I believe there is a typo in the library/asyncio-task documentation

https://docs.python.org/3.8/library/asyncio-task.html#scheduling-from-other-threads

"Unlike other asyncio functions this functions requires the loop argument to be passed explicitly."

It should be "this function", without "s".

----------
assignee: docs at python
components: Documentation, asyncio
messages: 332495
nosy: Antoine Wecxsteen, asvetlov, docs at python, eric.araujo, ezio.melotti, mdk, willingc, yselivanov
priority: normal
severity: normal
status: open
title: Typo in in asyncio-task documentation
versions: Python 3.7, Python 3.8

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


More information about the Python-bugs-list mailing list