mirror of https://github.com/python/cpython
fix typo in a comment
This commit is contained in:
parent
5b235d0923
commit
f476405503
|
@ -970,7 +970,7 @@ _PyUnicodeWriter_WriteCstr(_PyUnicodeWriter *writer,
|
||||||
Py_ssize_t len /* length in bytes */
|
Py_ssize_t len /* length in bytes */
|
||||||
);
|
);
|
||||||
|
|
||||||
/* Get the value of the write as an Unicode string. Clear the
|
/* Get the value of the writer as an Unicode string. Clear the
|
||||||
buffer of the writer. Raise an exception and return NULL
|
buffer of the writer. Raise an exception and return NULL
|
||||||
on error. */
|
on error. */
|
||||||
PyAPI_FUNC(PyObject *)
|
PyAPI_FUNC(PyObject *)
|
||||||
|
|
Loading…
Reference in New Issue