8000 Merge pull request #543 from python/main · sthagen/python-cpython@7f6e509 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f6e509

Browse files
authored
Merge pull request #543 from python/main
correct spelling (pythonGH-27076)
2 parents 13e7551 + e25e43e commit 7f6e509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-task.rst

Lines changed: 1 addition & 1 deletion
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)
0