diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2013-01-07 22:30:17 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2013-01-13 00:49:23 +0100 |
commit | d523eae6e0617e6ad5055738ea4864deacae4313 (patch) | |
tree | e7cb74b97b6d18d4a549abd745147e941115d5e6 /decoders/lm75 | |
parent | 90a31a01c5afe1a51dbe6b5e90a88e54adfe7d1c (diff) | |
download | libsigrokdecode-d523eae6e0617e6ad5055738ea4864deacae4313.tar.gz libsigrokdecode-d523eae6e0617e6ad5055738ea4864deacae4313.zip |
Cosmetics, fix typos.
Diffstat (limited to 'decoders/lm75')
-rw-r--r-- | decoders/lm75/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/lm75/pd.py b/decoders/lm75/pd.py index 9d2f0ab..86d3950 100644 --- a/decoders/lm75/pd.py +++ b/decoders/lm75/pd.py @@ -46,7 +46,7 @@ class Decoder(srd.Decoder): id = 'lm75' name = 'LM75' longname = 'National LM75' - desc = 'National LM75 (and compatibles) temperature sensor protocol.' + desc = 'National LM75 (and compatibles) temperature sensor.' license = 'gplv2+' inputs = ['i2c'] outputs = ['lm75'] |