[Python-checkins] correct spelling (GH-27076)

nanjekyejoannah webhook-mailer at python.org
Mon Jul 19 16:47:14 EDT 2021


https://github.com/python/cpython/commit/e25e43e3556db782b51e96f7da4207c4d7914b1e
commit: e25e43e3556db782b51e96f7da4207c4d7914b1e
branch: main
author: Sondre Lillebø Gundersen <sondrelg at live.no>
committer: nanjekyejoannah <33177550+nanjekyejoannah at users.noreply.github.com>
date: 2021-07-19T17:46:42-03:00
summary:

correct spelling (GH-27076)

files:
M Doc/library/asyncio-task.rst

diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index 107578fc72203..07354e028b12a 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')}")



More information about the Python-checkins mailing list