Skip to content

Commit e25e43e

Browse files
authored
correct spelling (GH-27076)
1 parent bce1418 commit e25e43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-task.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ Running in Threads
692692

693693
This coroutine function is primarily intended to be used for executing
694694
IO-bound functions/methods that would otherwise block the event loop if
695-
they were ran in the main thread. For example::
695+
they were run in the main thread. For example::
696696

697697
def blocking_io():
698698
print(f"start blocking_io at {time.strftime('%X')}")

0 commit comments

Comments
 (0)