From 2e2c02fedb67c277c2eafc7e57f3fb69ec700e40 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Walter=20D=C3=B6rwald?= Date: Wed, 2 Nov 2005 08:57:11 +0000 Subject: [PATCH] Fix typo in comment. --- Objects/unicodeobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index cac6a2d0ae..2a2829f2db 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -3035,7 +3035,7 @@ static PyObject *charmapencode_lookup(Py_UNICODE c, PyObject *mapping) space is available. Return a new reference to the object that was put in the output buffer, or Py_None, if the mapping was undefined (in which case no character was written) or NULL, if a - reallocation error ocurred. The called must decref the result */ + reallocation error ocurred. The caller must decref the result */ static PyObject *charmapencode_output(Py_UNICODE c, PyObject *mapping, PyObject **outobj, int *outpos) -- 2.49.0