summaryrefslogtreecommitdiff
path: root/Objects/unicodeobject.c
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-02-20 02:07:31 +0100
committerÉric Araujo <merwok@netwok.org>2012-02-20 02:07:31 +0100
commita4c81b07f87252250deb3f1c5980d0f6bef99424 (patch)
tree7f01fba8f28494e40a5f10c1495ac7042d510aee /Objects/unicodeobject.c
parent09c05fde63728f463bc7b1534e3a4bd054c37649 (diff)
downloadcpython-git-a4c81b07f87252250deb3f1c5980d0f6bef99424.tar.gz
Fix typo
Diffstat (limited to 'Objects/unicodeobject.c')
-rw-r--r--Objects/unicodeobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index 8225e82678..84252ecae6 100644
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -6364,7 +6364,7 @@ Decodes S 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 *