[Python-checkins] CVS: python/dist/src/Lib codecs.py,1.21,1.22
A.M. Kuchling
akuchling@users.sourceforge.net
Tue, 18 Sep 2001 13:29:50 -0700
Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv23873
Modified Files:
codecs.py
Log Message:
Fix typo in comment
Index: codecs.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/codecs.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** codecs.py 2001/08/02 07:15:29 1.21
--- codecs.py 2001/09/18 20:29:48 1.22
***************
*** 105,109 ****
#
# The StreamWriter and StreamReader class provide generic working
! # interfaces which can be used to implement new encodings submodules
# very easily. See encodings/utf_8.py for an example on how this is
# done.
--- 105,109 ----
#
# The StreamWriter and StreamReader class provide generic working
! # interfaces which can be used to implement new encoding submodules
# very easily. See encodings/utf_8.py for an example on how this is
# done.