diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-04-18 21:21:19 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-04-18 21:21:19 (GMT) |
commit | f476405503c0ea80541df26cda7a4fa6af263659 (patch) | |
tree | b4f4d58b3e2c55ebb20aef07c816977a0fc8067c /Include | |
parent | 5b235d0923d44ce1b535ee7d63ce5d556f8dd1f8 (diff) | |
download | cpython-f476405503c0ea80541df26cda7a4fa6af263659.zip cpython-f476405503c0ea80541df26cda7a4fa6af263659.tar.gz cpython-f476405503c0ea80541df26cda7a4fa6af263659.tar.bz2 |
fix typo in a comment
Diffstat (limited to 'Include')
-rw-r--r-- | Include/unicodeobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index ed7db28..2abc9b4 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -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 *) |