diff options
author | Skip Montanaro <skip@pobox.com> | 2007-12-09 23:05:36 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2007-12-09 23:05:36 (GMT) |
commit | 110194048e2d6a42f5954c39c8646ba93b66a7e1 (patch) | |
tree | 887a616ccc97b0c78f4022bdc6a47a30c10dbec2 /Objects | |
parent | 40d3a67a190ad1e1f49e123072abd7f4757fdf22 (diff) | |
download | cpython-110194048e2d6a42f5954c39c8646ba93b66a7e1.zip cpython-110194048e2d6a42f5954c39c8646ba93b66a7e1.tar.gz cpython-110194048e2d6a42f5954c39c8646ba93b66a7e1.tar.bz2 |
typo
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/bytesobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/bytesobject.c b/Objects/bytesobject.c index 9e16b3b..b0e1b53 100644 --- a/Objects/bytesobject.c +++ b/Objects/bytesobject.c @@ -2827,7 +2827,7 @@ Decodes B using the codec registered for encoding. encoding defaults\n\ 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 * |