summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/asyncio/base_events.py2
-rw-r--r--Lib/asyncio/events.py2
-rw-r--r--Misc/ACKS1
3 files changed, 3 insertions, 2 deletions
diff --git a/Lib/asyncio/base_events.py b/Lib/asyncio/base_events.py
index f650e6b..b092c93 100644
--- a/Lib/asyncio/base_events.py
+++ b/Lib/asyncio/base_events.py
@@ -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
diff --git a/Lib/asyncio/events.py b/Lib/asyncio/events.py
index ce44942..0ccf851 100644
--- a/Lib/asyncio/events.py
+++ b/Lib/asyncio/events.py
@@ -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.
diff --git a/Misc/ACKS b/Misc/ACKS
index ef0029a..645ad5b 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -226,6 +226,7 @@ Erik Bray
Brian Brazil
Demian Brecht
Dave Brennan
+Christopher Richard James Brett
Tom Bridgman
Anthony Briggs
Keith Briggs