mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
[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:
parent
11749e2dc2
commit
6fa4060b86
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue