Skip to content

Commit

Permalink
pythongh-106634: Corrected minor asyncio doc issues (python#106671)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spycho authored Jul 13, 2023
1 parent 7e6ce48 commit 4b4a5b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lib/asyncio/base_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ def call_later(self, delay, callback, *args, context=None):
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
Expand Down
2 changes: 1 addition & 1 deletion Lib/asyncio/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions Misc/ACKS
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ Erik Bray
Brian Brazil
Demian Brecht
Dave Brennan
Christopher Richard James Brett
Tom Bridgman
Anthony Briggs
Keith Briggs
Expand Down

0 comments on commit 4b4a5b7

Please sign in to comment.