summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/asyncio-task.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index cb5fae5..a1b69c8 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