summaryrefslogtreecommitdiff
path: root/decoders/edid/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/edid/pd.py')
-rw-r--r--decoders/edid/pd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py
index 323834b..3b3536e 100644
--- a/decoders/edid/pd.py
+++ b/decoders/edid/pd.py
@@ -87,8 +87,8 @@ class Decoder(srd.Decoder):
optional_probes = []
options = {}
annotations = [
- ['EDID fields', 'EDID structure fields'],
- ['EDID sections', 'EDID structure sections'],
+ ['fields', 'EDID structure fields'],
+ ['sections', 'EDID structure sections'],
]
def __init__(self, **kwargs):