aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/unix_events.py
diff options
context:
space:
mode:
authorKunal Bhalla <bhalla.kunal@gmail.com>2020-05-20 13:12:37 -0400
committerGitHub <noreply@github.com>2020-05-20 10:12:37 -0700
commitf2947e354c95d246b1836ac78d4c820c420e259b (patch)
tree3325ee4d6946dcba5f60f88c6a304ce34d86fd86 /Lib/asyncio/unix_events.py
parent7fbe65dbc42985d002d9538fe9a9887e6e6af66c (diff)
downloadcpython-f2947e354c95d246b1836ac78d4c820c420e259b.tar.gz
cpython-f2947e354c95d246b1836ac78d4c820c420e259b.zip
s/wakup/wakeup (GH-20250)
(as title) Automerge-Triggered-By: @Mariatta
Diffstat (limited to 'Lib/asyncio/unix_events.py')
-rw-r--r--Lib/asyncio/unix_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/asyncio/unix_events.py b/Lib/asyncio/unix_events.py
index 19d713545e4..f34a5b4b443 100644
--- a/Lib/asyncio/unix_events.py
+++ b/Lib/asyncio/unix_events.py
@@ -101,7 +101,7 @@ class _UnixSelectorEventLoop(selector_events.BaseSelectorEventLoop):
try:
# Register a dummy signal handler to ask Python to write the signal
- # number in the wakup file descriptor. _process_self_data() will
+ # number in the wakeup file descriptor. _process_self_data() will
# read signal numbers from this file descriptor to handle signals.
signal.signal(sig, _sighandler_noop)