]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/pd.py
All PDs: Consistently use singular/plural for annotation classes/rows.
[libsigrokdecode.git] / decoders / edid / pd.py
index e2e7feef7f23f1930c3223924094e20f755b1f58..fc932e24b6380b81895252ffd6b6df310d1a740b 100644 (file)
@@ -83,8 +83,8 @@ class Decoder(srd.Decoder):
     outputs = []
     tags = ['Display', 'Memory', 'PC']
     annotations = (
-        ('fields', 'EDID structure fields'),
-        ('sections', 'EDID structure sections'),
+        ('field', 'Field'),
+        ('section', 'Section'),
     )
     annotation_rows = (
         ('fields', 'Fields', (0,)),