mirror of https://github.com/python/cpython
correct spelling (GH-27076)
This commit is contained in:
parent
bce1418541
commit
e25e43e355
|
@ -692,7 +692,7 @@ Running in Threads
|
|||
|
||||
This coroutine function is primarily intended to be used for executing
|
||||
IO-bound functions/methods that would otherwise block the event loop if
|
||||
they were ran in the main thread. For example::
|
||||
they were run in the main thread. For example::
|
||||
|
||||
def blocking_io():
|
||||
print(f"start blocking_io at {time.strftime('%X')}")
|
||||
|
|
Loading…
Reference in New Issue