mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
fix typo in a comment
This commit is contained in:
parent
5b235d0923
commit
f476405503
1 changed files with 1 additions and 1 deletions
|
@ -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 *)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue