From 0df542985a249ae5f72ebabb3ffe76dea3f12179 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 26 Mar 2012 14:50:32 -0400 Subject: grammar --- Objects/unicodeobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 704de813..9349ef8 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) -- cgit v0.12