]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ds1307/pd.py
decoders: Various cosmetic/consistency/typo fixes.
[libsigrokdecode.git] / decoders / ds1307 / pd.py
index 0cd3b9d85534b3b408ca1c6c69fb891f9e74a142..556d5930c30327c9c43f02756049ff63e28f6138 100644 (file)
@@ -56,7 +56,7 @@ class Decoder(srd.Decoder):
     id = 'ds1307'
     name = 'DS1307'
     longname = 'Dallas DS1307'
-    desc = 'Realtime clock module protocol.'
+    desc = 'Dallas DS1307 realtime clock module protocol.'
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['ds1307']