From: Victor Stinner Date: Thu, 18 Apr 2013 21:21:19 +0000 (+0200) Subject: fix typo in a comment X-Git-Tag: v3.4.0a1~887 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f476405503c0ea80541df26cda7a4fa6af263659;p=python fix typo in a comment --- diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index ed7db28436..2abc9b469a 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 *)