From 6fa4060b86a116dc4fb69356795faf6ff1cdde58 Mon Sep 17 00:00:00 2001 From: Vinicius Gubiani Ferreira Date: Tue, 27 Jul 2021 00:01:00 -0300 Subject: [PATCH] [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 --- Doc/library/asyncio-eventloop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index f0f6ae6d98f..98ec65dde88 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)