From 1b49affd184c404c83d441fe5768421505c650f3 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 8 Jan 2017 13:04:10 -0600 Subject: [PATCH] typo --- artiq/coredevice/i2c.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/i2c.py b/artiq/coredevice/i2c.py index 51b2b4e33..b51a6add2 100644 --- a/artiq/coredevice/i2c.py +++ b/artiq/coredevice/i2c.py @@ -3,7 +3,7 @@ from artiq.language.types import TBool, TInt32, TNone class I2CError(Exception): - """Raised with a I2C transaction fails.""" + """Raised when a I2C transaction fails.""" pass