diff --git a/Lib/asyncio/events.py b/Lib/asyncio/events.py index d381b1c596239c..ca08663a5b3586 100644 --- a/Lib/asyncio/events.py +++ b/Lib/asyncio/events.py @@ -626,9 +626,9 @@ def __init__(self): self._local = self._Local() def get_event_loop(self): - """Get the event loop. + """Get the event loop for the current context. - This may be None or an instance of EventLoop. + Returns an instance of EventLoop or raises an exception. """ if (self._local._loop is None and not self._local._set_called and