aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Doc/library/asyncio-task.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index 107578fc722..07354e028b1 100644
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -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')}")