Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e3a53b

Browse files
authored
Fix a typo in asyncio-dev.rst. (GH-10133)
"threadsafe"
1 parent 50fe3f8 commit 4e3a53b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-dev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ When the debug mode is enabled:
5050
<asyncio-coroutine-not-scheduled>` and logs them; this mitigates
5151
the "forgotten await" pitfall.
5252

53-
* Many non-treadsafe asyncio APIs (such as :meth:`loop.call_soon` and
53+
* Many non-threadsafe asyncio APIs (such as :meth:`loop.call_soon` and
5454
:meth:`loop.call_at` methods) raise an exception if they are called
5555
from a wrong thread.
5656

0 commit comments

Comments
 (0)