diff --git a/artiq/coredevice/i2c.py b/artiq/coredevice/i2c.py index 2f9342ca9..e9de36161 100644 --- a/artiq/coredevice/i2c.py +++ b/artiq/coredevice/i2c.py @@ -43,7 +43,8 @@ class PCA9548: def set(self, channel): """Select one channel. - Selecting multiple channels is not supported by this driver. + Selecting multiple channels at the same time is not supported by this + driver. :param channel: channel number (0-7) """