[Python-checkins] CVS: python/dist/src/Lib codecs.py,1.2,1.3

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Fri, 17 Mar 2000 10:42:14 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Lib
In directory weyr:/home/fdrake/projects/python/Lib

Modified Files:
	codecs.py 
Log Message:

Oops, another in the same file; I should read the mail fully before
checking in; sorry!

"the the" --> "the" (in docstring); noted by Detlef Lannert
<lannert@lannert.rz.uni-duesseldorf.de>.


Index: codecs.py
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Lib/codecs.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** codecs.py	2000/03/17 15:40:35	1.2
--- codecs.py	2000/03/17 15:42:11	1.3
***************
*** 293,297 ****
              input to .read() and output of .write()) while 
              Reader and Writer work on the backend (reading and
!             writing to the the stream).
  
              You can use these objects to do transparent direct
--- 293,297 ----
              input to .read() and output of .write()) while 
              Reader and Writer work on the backend (reading and
!             writing to the stream).
  
              You can use these objects to do transparent direct