X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fgraycode%2Fpd.py;h=63014a29dd6366aa44db9221bef11c749ca07751;hp=09f4a0e5e441a48e926289b9d369e0da66dc052d;hb=2787cf2abc0187679e87d3735ca3e64c2a1a91c8;hpb=2b46b01c72c06683b3130647affe92c425d573b5 diff --git a/decoders/graycode/pd.py b/decoders/graycode/pd.py index 09f4a0e..63014a2 100644 --- a/decoders/graycode/pd.py +++ b/decoders/graycode/pd.py @@ -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']