diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index cb5fae52068..a1b69c8a66d 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -620,7 +620,7 @@ Task functions Unlike other functions from the module, :func:`run_coroutine_threadsafe` requires the *loop* argument to - be passed explicitely. + be passed explicitly. .. versionadded:: 3.5.1