[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
This commit is contained in:
Vinicius Gubiani Ferreira 2021-07-27 00:01:00 -03:00 committed by GitHub
parent 11749e2dc2
commit 6fa4060b86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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)