]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2c/i2c.py
srd: Add usable one-liner descriptions for all PDs.
[libsigrokdecode.git] / decoders / i2c / i2c.py
index 5f67d3576ab49d70eb0dbc15e107de67b3d8edea..0e79497cc848253c7c1386ee8f1a3cace489ff1b 100644 (file)
@@ -55,7 +55,7 @@ class Decoder(srd.Decoder):
     id = 'i2c'
     name = 'I2C'
     longname = 'Inter-Integrated Circuit'
-    desc = 'I2C is a two-wire, multi-master, serial bus.'
+    desc = 'Two-wire, multi-master, serial bus.'
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['i2c']