Commit 4e3a53bc authored by Benjamin Peterson's avatar Benjamin Peterson Committed by GitHub

Fix a typo in asyncio-dev.rst. (GH-10133)

"threadsafe"
parent 50fe3f89
......@@ -50,7 +50,7 @@ When the debug mode is enabled:
<asyncio-coroutine-not-scheduled>` 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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment