Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.

This commit is contained in:
Fred Drake 2000-10-10 17:03:45 +00:00
parent 2d34cd3ecf
commit f8ca7d88c6
16 changed files with 40 additions and 38 deletions

View file

@ -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: