]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/parallel/pd.py
All PDs: Consistently use singular/plural for annotation classes/rows.
[libsigrokdecode.git] / decoders / parallel / pd.py
index 405cdebf9170f684daeb5b9a9d21f248ec0ba669..8f23aa836e9f985ca456287a62d9d29f3365cef9 100644 (file)
@@ -86,8 +86,8 @@ class Decoder(srd.Decoder):
             'default': 'little', 'values': ('little', 'big')},
     )
     annotations = (
-        ('items', 'Items'),
-        ('words', 'Words'),
+        ('item', 'Item'),
+        ('word', 'Word'),
     )
     annotation_rows = (
         ('items', 'Items', (0,)),