summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-05-20 17:58:55 (GMT)
committerGitHub <noreply@github.com>2020-05-20 17:58:55 (GMT)
commita59fc9160db50a5e20358303e7ddbda180a1b74f (patch)
tree81a7348afb42513e450179cfe6b18a5fe6b1bf44 /Lib
parent9ef49e1876f9d5d68cc74591de22e30c6a3ac7ad (diff)
downloadcpython-a59fc9160db50a5e20358303e7ddbda180a1b74f.zip
cpython-a59fc9160db50a5e20358303e7ddbda180a1b74f.tar.gz
cpython-a59fc9160db50a5e20358303e7ddbda180a1b74f.tar.bz2
s/wakup/wakeup (GH-20250)
(as title) Automerge-Triggered-By: @Mariatta (cherry picked from commit f2947e354c95d246b1836ac78d4c820c420e259b) Co-authored-by: Kunal Bhalla <bhalla.kunal@gmail.com>
Diffstat (limited to 'Lib')
-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 8c0a574..1ff8c42 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)