Commit 2a72f195 authored by Raymond Hettinger's avatar Raymond Hettinger

SF bug #1020540: a wrong link from "frame object" in lib index

parent b8717631
...@@ -139,9 +139,10 @@ The \module{signal} module defines the following functions: ...@@ -139,9 +139,10 @@ The \module{signal} module defines the following functions:
\exception{ValueError} exception to be raised. \exception{ValueError} exception to be raised.
The \var{handler} is called with two arguments: the signal number The \var{handler} is called with two arguments: the signal number
and the current stack frame (\code{None} or a frame object; see the and the current stack frame (\code{None} or a frame object;
reference manual for a description of frame objects). for a description of frame objects, see the reference manual section
\obindex{frame} on the standard type hierarchy or see the attribute descriptions in
the \refmodule{inspect} module).
\end{funcdesc} \end{funcdesc}
\subsection{Example} \subsection{Example}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment