]> sigrok.org Git - libsigrokdecode.git/blobdiff - type_decoder.c
srd: s/python/Python/.
[libsigrokdecode.git] / type_decoder.c
index 028865beb79edc5f860820b0a590c1a99ad5c628..016a75580fa1f99865732ddb7572d214464604f5 100644 (file)
@@ -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;
        }