There was an error while loading. Please reload this page.
1 parent 95cfb81 commit f2b5b4fCopy full SHA for f2b5b4f
1 file changed
Doc/library/asyncio-dev.rst
@@ -50,7 +50,7 @@ When the debug mode is enabled:
50
<asyncio-coroutine-not-scheduled>` and logs them; this mitigates
51
the "forgotten await" pitfall.
52
53
-* Many non-treadsafe asyncio APIs (such as :meth:`loop.call_soon` and
+* Many non-threadsafe asyncio APIs (such as :meth:`loop.call_soon` and
54
:meth:`loop.call_at` methods) raise an exception if they are called
55
from a wrong thread.
56
0 commit comments