[Python-checkins] [doc] Fix typo in asyncio Event Loop (GH-27377)

miss-islington webhook-mailer at python.org
Mon Jul 26 23:01:11 EDT 2021


https://github.com/python/cpython/commit/6fa4060b86a116dc4fb69356795faf6ff1cdde58
commit: 6fa4060b86a116dc4fb69356795faf6ff1cdde58
branch: main
author: Vinicius Gubiani Ferreira <vini.g.fer at gmail.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-07-26T20:01:00-07:00
summary:

[doc] Fix typo in asyncio Event Loop (GH-27377)



First Pull Request to cpython, so forgive me for any mistakes

Automerge-Triggered-By: GH:Mariatta

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

diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst
index f0f6ae6d98ff9..98ec65dde887c 100644
--- a/Doc/library/asyncio-eventloop.rst
+++ b/Doc/library/asyncio-eventloop.rst
@@ -55,7 +55,7 @@ an event loop:
 
    .. deprecated:: 3.10
       Deprecation warning is emitted if there is no running event loop.
-      If future Python releases this function will be an alias of
+      In future Python releases, this function will be an alias of
       :func:`get_running_loop`.
 
 .. function:: set_event_loop(loop)



More information about the Python-checkins mailing list