mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
Fix typo in comment.
This commit is contained in:
parent
9fd115cb63
commit
2e2c02fedb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue