mirror of https://github.com/python/cpython.git
Clarify new_event_loop return value. (GH-30078) (GH-30088)
(cherry picked from commit e09705f58f
)
Co-authored-by: Paul Bryan <pbryan@anode.ca>
This commit is contained in:
parent
310bae628a
commit
bcb5d66b8f
|
@ -64,7 +64,7 @@ an 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`,
|
||||
and :func:`new_event_loop` functions can be altered by
|
||||
|
|
Loading…
Reference in New Issue