mirror of
https://github.com/python/cpython.git
synced 2026-05-04 01:20:58 +00:00
Fix a typo in asyncio-dev.rst. (GH-10133)
"threadsafe"
(cherry picked from commit 4e3a53bcee)
Co-authored-by: Benjamin Peterson <benjamin@python.org>
This commit is contained in:
parent
95cfb818ea
commit
f2b5b4f259
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue