]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
correct spelling (GH-27076)
authorSondre Lillebø Gundersen <sondrelg@live.no>
Mon, 19 Jul 2021 20:46:42 +0000 (22:46 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Jul 2021 20:46:42 +0000 (17:46 -0300)
Doc/library/asyncio-task.rst

index 107578fc72203534fbb943fb088c09581d53895b..07354e028b12a897b05b8494357bbb31ba49d8e6 100644 (file)
@@ -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')}")