From: Benjamin Peterson Date: Mon, 26 Mar 2012 18:50:32 +0000 (-0400) Subject: grammar X-Git-Tag: v3.3.0a2~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0df542985a249ae5f72ebabb3ffe76dea3f12179;p=python grammar --- diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 704de813e8..9349ef82ee 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -1820,7 +1820,7 @@ _PyUnicode_ClearStaticStrings() } } -/* Internal function, don't check maximum character */ +/* Internal function, doesn't check maximum character */ static PyObject* unicode_fromascii(const unsigned char* s, Py_ssize_t size)