summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-04-18 21:21:19 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2013-04-18 21:21:19 (GMT)
commitf476405503c0ea80541df26cda7a4fa6af263659 (patch)
treeb4f4d58b3e2c55ebb20aef07c816977a0fc8067c /Include
parent5b235d0923d44ce1b535ee7d63ce5d556f8dd1f8 (diff)
downloadcpython-f476405503c0ea80541df26cda7a4fa6af263659.zip
cpython-f476405503c0ea80541df26cda7a4fa6af263659.tar.gz
cpython-f476405503c0ea80541df26cda7a4fa6af263659.tar.bz2
fix typo in a comment
Diffstat (limited to 'Include')
-rw-r--r--Include/unicodeobject.h2
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 *)