[Python-checkins] CVS: python/dist/src/Doc/lib emailparser.tex,1.4,1.5

Greg Ward gward@users.sourceforge.net
Fri, 22 Feb 2002 13:24:34 -0800


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

Modified Files:
	emailparser.tex 
Log Message:
Grammar tweak.

Index: emailparser.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/emailparser.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** emailparser.tex	16 Oct 2001 19:22:51 -0000	1.4
--- emailparser.tex	22 Feb 2002 21:24:32 -0000	1.5
***************
*** 23,27 ****
  no magical connection between the \module{email} package's bundled
  parser and the \class{Message} class, so your custom parser can create
! message object trees in any way it find necessary.
  
  The primary parser class is \class{Parser} which parses both the
--- 23,27 ----
  no magical connection between the \module{email} package's bundled
  parser and the \class{Message} class, so your custom parser can create
! message object trees any way it finds necessary.
  
  The primary parser class is \class{Parser} which parses both the