[Python-checkins] cpython: Fix typo

eric.araujo python-checkins at python.org
Thu Oct 6 13:24:06 CEST 2011


http://hg.python.org/cpython/rev/109c8b9f2828
changeset:   72729:109c8b9f2828
user:        Éric Araujo <merwok at netwok.org>
date:        Wed Oct 05 01:11:12 2011 +0200
summary:
  Fix typo

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
@@ -206,7 +206,7 @@
    immediately follow the structure. utf8_length and wstr_length can be found
    in the length field; the utf8 pointer is equal to the data pointer. */
 typedef struct {
-    /* There a 4 forms of Unicode strings:
+    /* There are 4 forms of Unicode strings:
 
        - compact ascii:
 

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


More information about the Python-checkins mailing list