Skip to content

Commit e09705f

Browse files
authored
Clarify new_event_loop return value. (GH-30078)
1 parent b56774b commit e09705f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ an event loop:
6464

6565
.. function:: new_event_loop()
6666

67-
Create a new event loop object.
67+
Create and return a new event loop object.
6868

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

0 commit comments

Comments
 (0)