Kaydet (Commit) 3c9bb69f authored tarafından Guido van Rossum's avatar Guido van Rossum

Add missing word ("thread") to sentence about call_soon_threadsafe.

üst 5cb84ed5
......@@ -19,7 +19,7 @@ and the event loop executes the next task.
To schedule a callback from a different thread, the
:meth:`BaseEventLoop.call_soon_threadsafe` method should be used. Example to
schedule a coroutine from a different::
schedule a coroutine from a different thread::
loop.call_soon_threadsafe(asyncio.async, coro_func())
......
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