diff options
author | Guido van Rossum <guido@python.org> | 1997-07-17 16:34:52 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-07-17 16:34:52 +0000 |
commit | 5578e257e2e7d27a5c03deac1429af90e5af4306 (patch) | |
tree | a14389f6c9367d416d57a70b37eaeaa8a4bf7de3 /Doc/libsignal.tex | |
parent | 9cbf1c520ba933495a2fe9298f037897fb23965c (diff) | |
download | cpython-5578e257e2e7d27a5c03deac1429af90e5af4306.tar.gz |
AMK's megapatch:
* \bcode, \ecode added everywhere
* \label{module-foo} added everywhere
* A few \seealso sections added.
* Indentation fixed inside verbatim in lib*tex files
Diffstat (limited to 'Doc/libsignal.tex')
-rw-r--r-- | Doc/libsignal.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/libsignal.tex b/Doc/libsignal.tex index 802c4d107f..2844b57891 100644 --- a/Doc/libsignal.tex +++ b/Doc/libsignal.tex @@ -1,4 +1,5 @@ \section{Built-in Module \sectcode{signal}} +\label{module-signal} \bimodindex{signal} This module provides mechanisms to use signal handlers in Python. |