]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
s/wakup/wakeup (GH-20250)
authorKunal Bhalla <bhalla.kunal@gmail.com>
Wed, 20 May 2020 17:12:37 +0000 (13:12 -0400)
committerGitHub <noreply@github.com>
Wed, 20 May 2020 17:12:37 +0000 (10:12 -0700)
(as title)

Automerge-Triggered-By: @Mariatta
Lib/asyncio/unix_events.py

index 19d713545e4cd1769e67639f3a545e6699f2652e..f34a5b4b4437364c14e0f97278201e458a5fb4fc 100644 (file)
@@ -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)