]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/gpib/pd.py
decoders: Various cosmetic/consistency/typo fixes.
[libsigrokdecode.git] / decoders / gpib / pd.py
index dff60a0bbe5cbbcd4a86b048d3bf3472c3b99735..fb9ad00d7dfab3421bf510aca73d75fed78ac914 100644 (file)
@@ -24,7 +24,7 @@ class Decoder(srd.Decoder):
     id = 'gpib'
     name = 'GPIB'
     longname = 'General Purpose Interface Bus'
-    desc = 'IEEE-488 GPIB / HPIB protocol.'
+    desc = 'IEEE-488 General Purpose Interface Bus (GPIB / HPIB).'
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['gpib']