mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
SF bug #1020540: a wrong link from "frame object" in lib index
This commit is contained in:
parent
b871763156
commit
2a72f19528
1 changed files with 4 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue