]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/pd.py
edid: s/annotation type/annotation class/.
[libsigrokdecode.git] / decoders / edid / pd.py
index 03d5c4d89bfc8257fca54f071bed3707721f259a..8af10aee7e65dba082d0c8753f92176a52cabe4a 100644 (file)
@@ -68,7 +68,7 @@ xy_ratio = [
     (16, 9),
 ]
 
-# Annotation types
+# Annotation classes
 ANN_FIELDS = 0
 ANN_SECTIONS = 1