diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-10 17:03:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-10 17:03:45 (GMT) |
commit | f8ca7d88c6c6ab1497cb7a6d383b16085a836670 (patch) | |
tree | f777220d74fedf57da54df60e8f1b2c90f214938 /Doc/lib/libsignal.tex | |
parent | 2d34cd3ecfd3699d98086518bf4b47f851aa9363 (diff) | |
download | cpython-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.zip cpython-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.tar.gz cpython-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.tar.bz2 |
Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.
Diffstat (limited to 'Doc/lib/libsignal.tex')
-rw-r--r-- | Doc/lib/libsignal.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libsignal.tex b/Doc/lib/libsignal.tex index ce23da1..11f0737 100644 --- a/Doc/lib/libsignal.tex +++ b/Doc/lib/libsignal.tex @@ -1,10 +1,10 @@ \section{\module{signal} --- - Set handlers for asynchronous events.} -\declaremodule{builtin}{signal} - + 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: |