diff options
Diffstat (limited to 'decoders/edid/pd.py')
-rw-r--r-- | decoders/edid/pd.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py index e2e7fee..fc932e2 100644 --- a/decoders/edid/pd.py +++ b/decoders/edid/pd.py @@ -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,)), |