mirror of
https://github.com/python/cpython.git
synced 2025-11-04 11:49:12 +00:00
Clarify new_event_loop return value. (GH-30078)
This commit is contained in:
parent
b56774bd93
commit
e09705f58f
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ an event loop:
|
||||||
|
|
||||||
.. function:: new_event_loop()
|
.. function:: new_event_loop()
|
||||||
|
|
||||||
Create a new event loop object.
|
Create and return a new event loop object.
|
||||||
|
|
||||||
Note that the behaviour of :func:`get_event_loop`, :func:`set_event_loop`,
|
Note that the behaviour of :func:`get_event_loop`, :func:`set_event_loop`,
|
||||||
and :func:`new_event_loop` functions can be altered by
|
and :func:`new_event_loop` functions can be altered by
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue