Browse Source

[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
pull/27385/head
Vinicius Gubiani Ferreira 5 years ago
committed by GitHub
parent
commit
6fa4060b86
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Doc/library/asyncio-eventloop.rst

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

Loading…
Cancel
Save