[Python-checkins] python/dist/src/Doc/lib emailutil.tex,1.5,1.6

bwarsaw@sourceforge.net bwarsaw@sourceforge.net
Tue, 21 May 2002 18:22:48 -0700


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

Modified Files:
	emailutil.tex 
Log Message:
Minor typo: Message.getall() -> Message.get_all()


Index: emailutil.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/emailutil.tex,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** emailutil.tex	9 Nov 2001 17:08:13 -0000	1.5
--- emailutil.tex	22 May 2002 01:22:46 -0000	1.6
***************
*** 35,39 ****
  This method returns a list of 2-tuples of the form returned by
  \code{parseaddr()}.  \var{fieldvalues} is a sequence of header field
! values as might be returned by \method{Message.getall()}.  Here's a
  simple example that gets all the recipients of a message:
  
--- 35,39 ----
  This method returns a list of 2-tuples of the form returned by
  \code{parseaddr()}.  \var{fieldvalues} is a sequence of header field
! values as might be returned by \method{Message.get_all()}.  Here's a
  simple example that gets all the recipients of a message: