]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF bug #1020540: a wrong link from "frame object" in lib index
authorRaymond Hettinger <python@rcn.com>
Sat, 4 Sep 2004 21:14:34 +0000 (21:14 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 4 Sep 2004 21:14:34 +0000 (21:14 +0000)
Doc/lib/libsignal.tex

index e3aa17177577a8144fd9f1140662e3d1b4c1c81a..f168b6dce85ae386996ca8521bc0ed1e9743d0aa 100644 (file)
@@ -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}