s/wakup/wakeup (GH-20250)

(as title)

Automerge-Triggered-By: @Mariatta
This commit is contained in:
Kunal Bhalla 2020-05-20 13:12:37 -04:00 committed by GitHub
parent 7fbe65dbc4
commit f2947e354c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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)