[Python-checkins] python/dist/src/Lib codecs.py,1.40,1.41

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Wed Mar 16 04:51:59 CET 2005


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21140/Lib

Modified Files:
	codecs.py 
Log Message:
typo


Index: codecs.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/codecs.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- codecs.py	14 Mar 2005 19:25:41 -0000	1.40
+++ codecs.py	16 Mar 2005 03:51:56 -0000	1.41
@@ -576,7 +576,7 @@
 
         Note: The wrapped version will only accept the object format
         defined by the codecs, i.e. Unicode objects for most builtin
-        codecs. Output is also codec dependent and will usually by
+        codecs. Output is also codec dependent and will usually be
         Unicode as well.
 
         Files are always opened in binary mode, even if no binary mode



More information about the Python-checkins mailing list