[Python-checkins] CVS: python/dist/src/Doc/lib libinspect.tex,1.6,1.7

Fred L. Drake fdrake@users.sourceforge.net
Thu, 18 Oct 2001 07:26:10 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv24750/lib

Modified Files:
	libinspect.tex 
Log Message:
Function descriptions must end as well as start!

Index: libinspect.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libinspect.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** libinspect.tex	2001/10/16 23:01:06	1.6
--- libinspect.tex	2001/10/18 14:26:08	1.7
***************
*** 288,291 ****
--- 288,292 ----
    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}}