Skip to content

[3.11] gh-106634: Corrected minor asyncio doc issues (GH-106671) #106711

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lib/asyncio/base_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,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 @@ -613,7 +613,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 @@ -224,6 +224,7 @@ Erik Bray
Brian Brazil
Demian Brecht
Dave Brennan
Christopher Richard James Brett
Tom Bridgman
Anthony Briggs
Keith Briggs
Expand Down