From: Raymond Hettinger Date: Mon, 6 Sep 2004 16:03:37 +0000 (+0000) Subject: SF bug #1020540: a wrong link from "frame object" in lib index. X-Git-Tag: v2.3.5c1~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d88c4ea5d821d7ea20727b24e4cdb5396048efd8;p=thirdparty%2FPython%2Fcpython.git SF bug #1020540: a wrong link from "frame object" in lib index. Backport. --- diff --git a/Doc/lib/libsignal.tex b/Doc/lib/libsignal.tex index e3aa17177577..f168b6dce85a 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}