mirror of https://github.com/python/cpython
Removed spaces before colons and semicolons.
This commit is contained in:
commit
89e84e7523
|
@ -1826,9 +1826,9 @@ signal
|
|||
calling thread (Contributed by Jean-Paul Calderone in :issue:`8407`);
|
||||
* :func:`~signal.pthread_kill`: send a signal to a thread;
|
||||
* :func:`~signal.sigpending`: examine pending functions;
|
||||
* :func:`~signal.sigwait`: wait a signal.
|
||||
* :func:`~signal.sigwait`: wait a signal;
|
||||
* :func:`~signal.sigwaitinfo`: wait for a signal, returning detailed
|
||||
information about it.
|
||||
information about it;
|
||||
* :func:`~signal.sigtimedwait`: like :func:`~signal.sigwaitinfo` but with a
|
||||
timeout.
|
||||
|
||||
|
|
Loading…
Reference in New Issue