summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-api-index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/asyncio-api-index.rst')
-rw-r--r--Doc/library/asyncio-api-index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-api-index.rst b/Doc/library/asyncio-api-index.rst
index 047e5bb..f558724 100644
--- a/Doc/library/asyncio-api-index.rst
+++ b/Doc/library/asyncio-api-index.rst
@@ -49,7 +49,7 @@ await on multiple things with timeouts.
- Task object.
* - :func:`to_thread`
- - Asychronously run a function in a separate OS thread.
+ - Asynchronously run a function in a separate OS thread.
* - :func:`run_coroutine_threadsafe`
- Schedule a coroutine from another OS thread.