diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-02-10 09:29:38 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-02-10 09:30:42 +0100 |
commit | 511e2123038c0df994ecadb1454d0869dc256698 (patch) | |
tree | 048ee116766c939555a2cf257cdeff4436e6d7bc /type_decoder.c | |
parent | a61ece2022f9e765d65dcd0ed22dba7e71e138a2 (diff) | |
download | libsigrokdecode-511e2123038c0df994ecadb1454d0869dc256698.tar.gz libsigrokdecode-511e2123038c0df994ecadb1454d0869dc256698.zip |
srd: s/python/Python/.
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; } |