[Python-checkins] python/dist/src/Doc/ref ref5.tex,1.63,1.64

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Mon, 24 Jun 2002 21:04:16 -0700


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

Modified Files:
	ref5.tex 
Log Message:
Minor English grammar correction

Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** ref5.tex	20 Jun 2002 14:23:15 -0000	1.63
--- ref5.tex	25 Jun 2002 04:04:14 -0000	1.64
***************
*** 972,976 ****
  expression \code{lambda \var{arguments}: \var{expression}}
  yields a function object.  The unnamed object behaves like a function
! object define with
  
  \begin{verbatim}
--- 972,976 ----
  expression \code{lambda \var{arguments}: \var{expression}}
  yields a function object.  The unnamed object behaves like a function
! object defined with
  
  \begin{verbatim}