From f476405503c0ea80541df26cda7a4fa6af263659 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 18 Apr 2013 23:21:19 +0200 Subject: [PATCH] fix typo in a comment --- Include/unicodeobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index ed7db28436e..2abc9b469a8 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 *)