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:
Miss Islington (bot) 2021-12-13 05:24:50 -08:00 committed by GitHub
parent 310bae628a
commit bcb5d66b8f
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