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

miss-islington webhook-mailer at python.org
Tue Jul 27 00:08:06 EDT 2021


https://github.com/python/cpython/commit/1557cff0258e69189c1edd7c6b2ec71d21dd6650
commit: 1557cff0258e69189c1edd7c6b2ec71d21dd6650
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-07-26T21:07:30-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
(cherry picked from commit 6fa4060b86a116dc4fb69356795faf6ff1cdde58)

Co-authored-by: Vinicius Gubiani Ferreira <vini.g.fer at gmail.com>

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

diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst
index f34fe09591c5b..b1609f7bb77f2 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