We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce1418 commit e25e43eCopy full SHA for e25e43e
Doc/library/asyncio-task.rst
@@ -692,7 +692,7 @@ Running in Threads
692
693
This coroutine function is primarily intended to be used for executing
694
IO-bound functions/methods that would otherwise block the event loop if
695
- they were ran in the main thread. For example::
+ they were run in the main thread. For example::
696
697
def blocking_io():
698
print(f"start blocking_io at {time.strftime('%X')}")
0 commit comments