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

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


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

Modified Files:
	codecs.py 
Log Message:

"intput" --> "input" (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.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** codecs.py	2000/03/10 23:20:43	1.1
--- codecs.py	2000/03/17 15:40:35	1.2
***************
*** 56,60 ****
      def encode(self,input,errors='strict'):
          
!         """ Encodes the object intput and returns a tuple (output
              object, length consumed).
  
--- 56,60 ----
      def encode(self,input,errors='strict'):
          
!         """ Encodes the object input and returns a tuple (output
              object, length consumed).