summaryrefslogtreecommitdiff
path: root/decoders/i2cdemux/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/i2cdemux/__init__.py')
-rw-r--r--decoders/i2cdemux/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/decoders/i2cdemux/__init__.py b/decoders/i2cdemux/__init__.py
index 2ac0fce..93f6c34 100644
--- a/decoders/i2cdemux/__init__.py
+++ b/decoders/i2cdemux/__init__.py
@@ -19,10 +19,10 @@
##
'''
-Generic I2C demultiplexing protocol decoder.
+Generic I²C demultiplexing protocol decoder.
-Takes an I2C stream as input and outputs multiple I2C streams, each stream
-containing only I2C packets for one specific I2C slave.
+Takes an I²C stream as input and outputs multiple I²C streams, each stream
+containing only I²C packets for one specific I²C slave.
'''
from .pd import *