diff options
author | Fred Drake <fdrake@acm.org> | 2001-10-18 14:26:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-10-18 14:26:08 (GMT) |
commit | ca836f7e6541ed74789333ef5d487143eaa28896 (patch) | |
tree | 96187e68d0c53cde4cced90f1957b18158c8e1c3 /Doc | |
parent | c405133fcedba1ca9d42ef2aed0eaddf9bfce6c9 (diff) | |
download | cpython-ca836f7e6541ed74789333ef5d487143eaa28896.zip cpython-ca836f7e6541ed74789333ef5d487143eaa28896.tar.gz cpython-ca836f7e6541ed74789333ef5d487143eaa28896.tar.bz2 |
Function descriptions must end as well as start!
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libinspect.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libinspect.tex b/Doc/lib/libinspect.tex index b281321..d554843 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) |