Skip to content

Commit 9b68759

Browse files
Clarify new_event_loop return value. (GH-30078) (GH-30089)
(cherry picked from commit e09705f) Co-authored-by: Paul Bryan <[email protected]>
1 parent 2029c58 commit 9b68759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-eventloop.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ an event loop:
5959

6060
.. function:: new_event_loop()
6161

62-
Create a new event loop object.
62+
Create and return a new event loop object.
6363

6464
Note that the behaviour of :func:`get_event_loop`, :func:`set_event_loop`,
6565
and :func:`new_event_loop` functions can be altered by

0 commit comments

Comments
 (0)