[Python-checkins] CVS: python/dist/src/Doc/ref ref4.tex,1.23,1.24

Fred L. Drake fdrake@users.sourceforge.net
Thu, 01 Feb 2001 07:37:58 -0800


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

Modified Files:
	ref4.tex 
Log Message:

Remove spurious "\end{description}" that caused formatting to fail.


Index: ref4.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref4.tex,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** ref4.tex	2001/02/01 03:50:59	1.23
--- ref4.tex	2001/02/01 15:37:56	1.24
***************
*** 138,143 ****
  it is used for both.
  
- \end{description}
- 
  The built-in functions \function{globals()} and \function{locals()}
  each return a dictionary, representing the current global and local
--- 138,141 ----