]> granicus.if.org Git - python/commitdiff
fix typo in a comment
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 18 Apr 2013 21:21:19 +0000 (23:21 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 18 Apr 2013 21:21:19 +0000 (23:21 +0200)
Include/unicodeobject.h

index ed7db28436ebee309466d5fd069b68d3b2935ee7..2abc9b469a84406e8d9cdbf5824b448a9fc8a75c 100644 (file)
@@ -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 *)