Skip to content

Commit 0df5429

Browse files
committed
grammar
1 parent 3a4875e commit 0df5429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/unicodeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,7 @@ _PyUnicode_ClearStaticStrings()
18201820
}
18211821
}
18221822

1823-
/* Internal function, don't check maximum character */
1823+
/* Internal function, doesn't check maximum character */
18241824

18251825
static PyObject*
18261826
unicode_fromascii(const unsigned char* s, Py_ssize_t size)

0 commit comments

Comments
 (0)