Skip to content

Commit 4a1dba7

Browse files
s/wakup/wakeup (GH-20250)
(as title) Automerge-Triggered-By: @Mariatta (cherry picked from commit f2947e3) Co-authored-by: Kunal Bhalla <[email protected]>
1 parent 412ed13 commit 4a1dba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/unix_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def add_signal_handler(self, sig, callback, *args):
101101

102102
try:
103103
# Register a dummy signal handler to ask Python to write the signal
104-
# number in the wakup file descriptor. _process_self_data() will
104+
# number in the wakeup file descriptor. _process_self_data() will
105105
# read signal numbers from this file descriptor to handle signals.
106106
signal.signal(sig, _sighandler_noop)
107107

0 commit comments

Comments
 (0)