Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce1418 commit e25e43eCopy full SHA for e25e43e
1 file changed
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