summaryrefslogtreecommitdiff
path: root/Doc/lib/libinspect.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-10-18 14:26:08 +0000
committerFred Drake <fdrake@acm.org>2001-10-18 14:26:08 +0000
commitca836f7e6541ed74789333ef5d487143eaa28896 (patch)
tree96187e68d0c53cde4cced90f1957b18158c8e1c3 /Doc/lib/libinspect.tex
parentc405133fcedba1ca9d42ef2aed0eaddf9bfce6c9 (diff)
downloadcpython-git-ca836f7e6541ed74789333ef5d487143eaa28896.tar.gz
Function descriptions must end as well as start!
Diffstat (limited to 'Doc/lib/libinspect.tex')
-rw-r--r--Doc/lib/libinspect.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libinspect.tex b/Doc/lib/libinspect.tex
index b281321527..d554843829 100644
--- a/Doc/lib/libinspect.tex
+++ b/Doc/lib/libinspect.tex
@@ -287,6 +287,7 @@ which occurs.
is returned, the last five elements of the frame's frame record.
The optional second argument specifies the number of lines of context
to return, which are centered around the current line.
+\end{funcdesc}
\begin{funcdesc}{getouterframes}{frame\optional{, context}}
Get a list of frame records for a frame and all higher (calling)