commit | f2b45367f1c049da76f81fb2920449b4909e0638 | [log] [tgz] |
---|---|---|
author | Zackery Spytz <zspytz@gmail.com> | Sat Mar 13 18:00:28 2021 -0700 |
committer | GitHub <noreply@github.com> | Sat Mar 13 17:00:28 2021 -0800 |
tree | ccb43cff286ed56937fcabe7e2dbbe015d081c0e | |
parent | f00e82f8b87c96ff76d6f768fa7a29cbd86eec6a [diff] [blame] |
Fix some minor errors in the docs (GH-24834)
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 @@ - 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.