diff options
| author | Kunal Bhalla <bhalla.kunal@gmail.com> | 2020-05-20 17:12:37 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-20 17:12:37 (GMT) |
| commit | f2947e354c95d246b1836ac78d4c820c420e259b (patch) | |
| tree | 3325ee4d6946dcba5f60f88c6a304ce34d86fd86 /Lib/asyncio/unix_events.py | |
| parent | 7fbe65dbc42985d002d9538fe9a9887e6e6af66c (diff) | |
| download | cpython-f2947e354c95d246b1836ac78d4c820c420e259b.zip cpython-f2947e354c95d246b1836ac78d4c820c420e259b.tar.gz cpython-f2947e354c95d246b1836ac78d4c820c420e259b.tar.bz2 | |
s/wakup/wakeup (GH-20250)
(as title)
Automerge-Triggered-By: @Mariatta
Diffstat (limited to 'Lib/asyncio/unix_events.py')
| -rw-r--r-- | Lib/asyncio/unix_events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/asyncio/unix_events.py b/Lib/asyncio/unix_events.py index 19d7135..f34a5b4 100644 --- a/Lib/asyncio/unix_events.py +++ b/Lib/asyncio/unix_events.py @@ -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) |
