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

"threadsafe"
This commit is contained in:
Benjamin Peterson 2018-10-26 10:14:04 -07:00 committed by GitHub
parent 50fe3f8913
commit 4e3a53bcee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.