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

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


https://github.com/python/cpython/commit/a59fc9160db50a5e20358303e7ddbda180a1b74f
commit: a59fc9160db50a5e20358303e7ddbda180a1b74f
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-05-20T10:58:55-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 8c0a57482b7a4..1ff8c427da4a6 100644
--- a/Lib/asyncio/unix_events.py
+++ b/Lib/asyncio/unix_events.py
@@ -101,7 +101,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