gh-106634: Corrected minor asyncio doc issues (#106671)
This commit is contained in:
parent
7e6ce48872
commit
4b4a5b70aa
@ -727,7 +727,7 @@ class BaseEventLoop(events.AbstractEventLoop):
|
||||
always relative to the current time.
|
||||
|
||||
Each callback will be called exactly once. If two callbacks
|
||||
are scheduled for exactly the same time, it undefined which
|
||||
are scheduled for exactly the same time, it is undefined which
|
||||
will be called first.
|
||||
|
||||
Any positional arguments after the callback will be passed to
|
||||
|
@ -617,7 +617,7 @@ class AbstractEventLoopPolicy:
|
||||
def get_event_loop(self):
|
||||
"""Get the event loop for the current context.
|
||||
|
||||
Returns an event loop object implementing the BaseEventLoop interface,
|
||||
Returns an event loop object implementing the AbstractEventLoop interface,
|
||||
or raises an exception in case no event loop has been set for the
|
||||
current context and the current policy does not specify to create one.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user