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.
2 parents 13e7551 + e25e43e commit 7f6e509Copy full SHA for 7f6e509
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