mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
correct spelling (GH-27076)
This commit is contained in:
parent
bce1418541
commit
e25e43e355
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue