Remove whitespace

This commit is contained in:
Roger Dahl 2020-02-28 17:30:08 -07:00 committed by GitHub
parent ce10bb5917
commit ef7b5660e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1046,7 +1046,7 @@ Unix signals
Like :func:`signal.signal`, this function must be invoked in the main
thread.
While signal handlers registered using :func:`signal.signal` will typically be
called without significant delays as seen from the perspective of an
interactive user, signal callbacks in asyncio are subject to additional