Skip to content

Commit f88524b

Browse files
authored
comment capitalization
1 parent 067a186 commit f88524b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/codecs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@ _PyCodec_SurrogateEscapeUnicodeDecodeError(PyObject *exc)
14241424
Py_DECREF(obj);
14251425

14261426
if (consumed == 0) {
1427-
/* codec complained about ASCII byte. */
1427+
/* Codec complained about ASCII byte. */
14281428
PyErr_SetObject(PyExceptionInstance_Class(exc), exc);
14291429
return NULL;
14301430
}

0 commit comments

Comments
 (0)