Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fe3f8 commit 4e3a53bCopy full SHA for 4e3a53b
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