diff options
Diffstat (limited to 'type_decoder.c')
-rw-r--r-- | type_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/type_decoder.c b/type_decoder.c index 028865b..016a755 100644 --- a/type_decoder.c +++ b/type_decoder.c @@ -189,7 +189,7 @@ static PyObject *Decoder_add(PyObject *self, PyObject *args) } if (!PyArg_ParseTuple(args, "is", &output_type, &proto_id)) { - /* Let python raise this exception. */ + /* Let Python raise this exception. */ return NULL; } |