mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Another comment typo fix
This commit is contained in:
parent
2e2c02fedb
commit
8294de5673
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
|
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
|
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
|
(in which case no character was written) or NULL, if a
|
||||||
reallocation error ocurred. The caller must decref the result */
|
reallocation error occurred. The caller must decref the result */
|
||||||
static
|
static
|
||||||
PyObject *charmapencode_output(Py_UNICODE c, PyObject *mapping,
|
PyObject *charmapencode_output(Py_UNICODE c, PyObject *mapping,
|
||||||
PyObject **outobj, int *outpos)
|
PyObject **outobj, int *outpos)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue