Clarify new_event_loop return value. (GH-30078)

This commit is contained in:
Paul Bryan 2021-12-13 04:39:22 -08:00 committed by GitHub
parent b56774bd93
commit e09705f58f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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