summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-09-04 21:14:34 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-09-04 21:14:34 (GMT)
commit2a72f19528a6f083804106c8115ee4d6d0d01943 (patch)
tree603875f0918b83b36685fedf26689e3348fb43b3 /Doc
parentb8717631561fec74cb1ab1963d918e53ead29a97 (diff)
downloadcpython-2a72f19528a6f083804106c8115ee4d6d0d01943.zip
cpython-2a72f19528a6f083804106c8115ee4d6d0d01943.tar.gz
cpython-2a72f19528a6f083804106c8115ee4d6d0d01943.tar.bz2
SF bug #1020540: a wrong link from "frame object" in lib index
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libsignal.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/lib/libsignal.tex b/Doc/lib/libsignal.tex
index e3aa171..f168b6d 100644
--- a/Doc/lib/libsignal.tex
+++ b/Doc/lib/libsignal.tex
@@ -139,9 +139,10 @@ The \module{signal} module defines the following functions:
\exception{ValueError} exception to be raised.
The \var{handler} is called with two arguments: the signal number
- and the current stack frame (\code{None} or a frame object; see the
- reference manual for a description of frame objects).
-\obindex{frame}
+ and the current stack frame (\code{None} or a frame object;
+ for a description of frame objects, see the reference manual section
+ on the standard type hierarchy or see the attribute descriptions in
+ the \refmodule{inspect} module).
\end{funcdesc}
\subsection{Example}