[Python-checkins] cpython: fix typo in a comment

victor.stinner python-checkins at python.org
Thu Apr 18 23:33:35 CEST 2013


http://hg.python.org/cpython/rev/bcfb6888fb8d
changeset:   83442:bcfb6888fb8d
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Apr 18 23:21:19 2013 +0200
summary:
  fix typo in a comment

files:
  Include/unicodeobject.h |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h
--- a/Include/unicodeobject.h
+++ b/Include/unicodeobject.h
@@ -970,7 +970,7 @@
     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 *)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list