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

Kunal Bhalla webhook-mailer at python.org
Wed May 20 13:12:45 EDT 2020


https://github.com/python/cpython/commit/f2947e354c95d246b1836ac78d4c820c420e259b
commit: f2947e354c95d246b1836ac78d4c820c420e259b
branch: master
author: Kunal Bhalla <bhalla.kunal at gmail.com>
committer: GitHub <noreply at github.com>
date: 2020-05-20T10:12:37-07:00
summary:

s/wakup/wakeup (GH-20250)



(as title)

Automerge-Triggered-By: @Mariatta

files:
M Lib/asyncio/unix_events.py

diff --git a/Lib/asyncio/unix_events.py b/Lib/asyncio/unix_events.py
index 19d713545e4cd..f34a5b4b44373 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