summaryrefslogtreecommitdiff
path: root/decoders/i2c/i2c.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/i2c/i2c.py')
-rw-r--r--decoders/i2c/i2c.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/i2c/i2c.py b/decoders/i2c/i2c.py
index 5f67d35..0e79497 100644
--- a/decoders/i2c/i2c.py
+++ b/decoders/i2c/i2c.py
@@ -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']