fix typo in a comment

This commit is contained in:
Victor Stinner 2013-04-18 23:21:19 +02:00
parent 5b235d0923
commit f476405503
1 changed files with 1 additions and 1 deletions

View File

@ -970,7 +970,7 @@ _PyUnicodeWriter_WriteCstr(_PyUnicodeWriter *writer,
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
on error. */
PyAPI_FUNC(PyObject *)