From 4e3a53bceefe4803c08a025523d8658862cb31c0 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 26 Oct 2018 10:14:04 -0700 Subject: [PATCH] Fix a typo in asyncio-dev.rst. (GH-10133) "threadsafe" --- Doc/library/asyncio-dev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-dev.rst b/Doc/library/asyncio-dev.rst index 5f926fceb2..b728803619 100644 --- a/Doc/library/asyncio-dev.rst +++ b/Doc/library/asyncio-dev.rst @@ -50,7 +50,7 @@ When the debug mode is enabled: ` and logs them; this mitigates the "forgotten await" pitfall. -* Many non-treadsafe asyncio APIs (such as :meth:`loop.call_soon` and +* Many non-threadsafe asyncio APIs (such as :meth:`loop.call_soon` and :meth:`loop.call_at` methods) raise an exception if they are called from a wrong thread. -- 2.40.0