[Python-checkins] CVS: python/dist/src/Doc/lib libpoplib.tex,1.12,1.13

Fred L. Drake fdrake@users.sourceforge.net
Tue, 14 Aug 2001 04:42:15 -0700


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

Modified Files:
	libpoplib.tex 
Log Message:

Insert omitted "the".


Index: libpoplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpoplib.tex,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** libpoplib.tex	2001/05/09 03:49:48	1.12
--- libpoplib.tex	2001/08/14 11:42:13	1.13
***************
*** 14,18 ****
  
  This module defines a class, \class{POP3}, which encapsulates a
! connection to an POP3 server and implements protocol as defined in
  \rfc{1725}.  The \class{POP3} class supports both the minimal and
  optional command sets.
--- 14,18 ----
  
  This module defines a class, \class{POP3}, which encapsulates a
! connection to an POP3 server and implements the protocol as defined in
  \rfc{1725}.  The \class{POP3} class supports both the minimal and
  optional command sets.