From 2a72f19528a6f083804106c8115ee4d6d0d01943 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 4 Sep 2004 21:14:34 +0000 Subject: [PATCH] SF bug #1020540: a wrong link from "frame object" in lib index --- Doc/lib/libsignal.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Doc/lib/libsignal.tex b/Doc/lib/libsignal.tex index e3aa1717757..f168b6dce85 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}