[Python-3000-checkins] r59446 - python/branches/py3k/Objects/bytesobject.c

skip.montanaro python-3000-checkins at python.org
Mon Dec 10 00:05:37 CET 2007


Author: skip.montanaro
Date: Mon Dec 10 00:05:36 2007
New Revision: 59446

Modified:
   python/branches/py3k/Objects/bytesobject.c
Log:
typo

Modified: python/branches/py3k/Objects/bytesobject.c
==============================================================================
--- python/branches/py3k/Objects/bytesobject.c	(original)
+++ python/branches/py3k/Objects/bytesobject.c	Mon Dec 10 00:05:36 2007
@@ -2827,7 +2827,7 @@
 to the default encoding. errors may be given to set a different error\n\
 handling scheme.  Default is 'strict' meaning that encoding errors raise\n\
 a UnicodeDecodeError.  Other possible values are 'ignore' and 'replace'\n\
-as well as any other name registerd with codecs.register_error that is\n\
+as well as any other name registered with codecs.register_error that is\n\
 able to handle UnicodeDecodeErrors.");
 
 static PyObject *


More information about the Python-3000-checkins mailing list