]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc] Fix typo in asyncio Event Loop (GH-27377)
authorVinicius Gubiani Ferreira <vini.g.fer@gmail.com>
Tue, 27 Jul 2021 03:01:00 +0000 (00:01 -0300)
committerGitHub <noreply@github.com>
Tue, 27 Jul 2021 03:01:00 +0000 (20:01 -0700)
First Pull Request to cpython, so forgive me for any mistakes

Automerge-Triggered-By: GH:Mariatta
Doc/library/asyncio-eventloop.rst

index f0f6ae6d98ff99f62c78c8e25bcdf0c4892ab88f..98ec65dde887c890b66fe4a4c114abcf8185ae2e 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)