From: Uwe Hermann Date: Sat, 3 May 2014 20:36:55 +0000 (+0200) Subject: edid: s/annotation type/annotation class/. X-Git-Tag: libsigrokdecode-0.3.0~22 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=5cdc02d4a6947966135aada5f3dcaccfd3e94413 edid: s/annotation type/annotation class/. --- 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