summaryrefslogtreecommitdiff
path: root/decoders/edid
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2014-05-03 22:36:55 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2014-05-03 22:36:55 +0200
commit5cdc02d4a6947966135aada5f3dcaccfd3e94413 (patch)
treedd9aaaee8eb69f0b775e6aa1b6a8f0ef34f29108 /decoders/edid
parente94fdd576d250652891f3ca5be61e2eb80b152cc (diff)
downloadlibsigrokdecode-5cdc02d4a6947966135aada5f3dcaccfd3e94413.tar.gz
libsigrokdecode-5cdc02d4a6947966135aada5f3dcaccfd3e94413.zip
edid: s/annotation type/annotation class/.
Diffstat (limited to 'decoders/edid')
-rw-r--r--decoders/edid/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py
index 03d5c4d..8af10ae 100644
--- a/decoders/edid/pd.py
+++ b/decoders/edid/pd.py
@@ -68,7 +68,7 @@ xy_ratio = [
(16, 9),
]
-# Annotation types
+# Annotation classes
ANN_FIELDS = 0
ANN_SECTIONS = 1