This commit is contained in:
Benjamin Peterson 2012-03-26 14:50:32 -04:00
parent 3a4875e5e3
commit 0df542985a

View file

@ -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)