mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.
This commit is contained in:
parent
2d34cd3ecf
commit
f8ca7d88c6
16 changed files with 40 additions and 38 deletions
|
|
@ -1,10 +1,10 @@
|
|||
\section{\module{signal} ---
|
||||
Set handlers for asynchronous events.}
|
||||
Set handlers for asynchronous events}
|
||||
|
||||
\declaremodule{builtin}{signal}
|
||||
|
||||
|
||||
\modulesynopsis{Set handlers for asynchronous events.}
|
||||
|
||||
|
||||
This module provides mechanisms to use signal handlers in Python.
|
||||
Some general rules for working with signals and their handlers:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue