[Python-checkins] CVS: python/dist/src/Doc/lib libmailbox.tex,1.21,1.22

Skip Montanaro montanaro@users.sourceforge.net
Wed, 05 Sep 2001 12:27:15 -0700


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

Modified Files:
	libmailbox.tex 
Log Message:
typo...


Index: libmailbox.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmailbox.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** libmailbox.tex	2001/08/03 18:39:36	1.21
--- libmailbox.tex	2001/09/05 19:27:13	1.22
***************
*** 108,112 ****
  Return the next message in the mailbox, created with the optional
  \var{factory} argument passed into the mailbox object's constructor.
! By defaul this is an \class{rfc822.Message}
  object (see the \refmodule{rfc822} module).  Depending on the mailbox
  implementation the \var{fp} attribute of this object may be a true
--- 108,112 ----
  Return the next message in the mailbox, created with the optional
  \var{factory} argument passed into the mailbox object's constructor.
! By default this is an \class{rfc822.Message}
  object (see the \refmodule{rfc822} module).  Depending on the mailbox
  implementation the \var{fp} attribute of this object may be a true