]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc] Fix typo in asyncio Event Loop (GH-27377)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Jul 2021 04:07:30 +0000 (21:07 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Jul 2021 04:07:30 +0000 (21:07 -0700)
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@gmail.com>
Doc/library/asyncio-eventloop.rst

index f34fe09591c5bc8f87b337b8d82a4231d2725da0..b1609f7bb77f218434cebfaf45b2ed2c065eb9cd 100644 (file)
@@ -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)