[Python-checkins] s/wakup/wakeup (GH-20250)

Miss Islington (bot) webhook-mailer at python.org
Wed May 20 13:59:04 EDT 2020


https://github.com/python/cpython/commit/e91032b677dd30cc21d6612b3a73e34e5d434b98
commit: e91032b677dd30cc21d6612b3a73e34e5d434b98
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-05-20T10:59:00-07:00
summary:

s/wakup/wakeup (GH-20250)


(as title)

Automerge-Triggered-By: @Mariatta
(cherry picked from commit f2947e354c95d246b1836ac78d4c820c420e259b)

Co-authored-by: Kunal Bhalla <bhalla.kunal at gmail.com>

files:
M Lib/asyncio/unix_events.py

diff --git a/Lib/asyncio/unix_events.py b/Lib/asyncio/unix_events.py
index 7034fc28d3e1e..e037e12965bd6 100644
--- a/Lib/asyncio/unix_events.py
+++ b/Lib/asyncio/unix_events.py
@@ -98,7 +98,7 @@ def add_signal_handler(self, sig, callback, *args):
 
         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)
 



More information about the Python-checkins mailing list