From: Fred Drake Date: Thu, 18 Oct 2001 14:26:08 +0000 (+0000) Subject: Function descriptions must end as well as start! X-Git-Tag: v2.2.1c1~1202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca836f7e6541ed74789333ef5d487143eaa28896;p=python Function descriptions must end as well as start! --- 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)