]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/graycode/pd.py
decoders: Various cosmetic/consistency/typo fixes.
[libsigrokdecode.git] / decoders / graycode / pd.py
index 09f4a0e5e441a48e926289b9d369e0da66dc052d..63014a29dd6366aa44db9221bef11c749ca07751 100644 (file)
@@ -77,7 +77,7 @@ class Decoder(srd.Decoder):
     id = 'graycode'
     name = 'Gray code'
     longname = 'Gray code and rotary encoder'
-    desc = 'Accumulate rotary encoder increments, provide timing statistics.'
+    desc = 'Accumulate rotary encoder increments, provide statistics.'
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['graycode']