From 268b7d8aaff10eecdb3005e696393247b4441dc5 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 19 Jun 2017 15:42:10 +0800 Subject: [PATCH] typo --- artiq/coredevice/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/exceptions.py b/artiq/coredevice/exceptions.py index 9381bb729..44d0af86e 100644 --- a/artiq/coredevice/exceptions.py +++ b/artiq/coredevice/exceptions.py @@ -117,5 +117,5 @@ class I2CError(Exception): pass class SPIError(Exception): - """Raised when a I2C transaction fails.""" + """Raised when a SPI transaction fails.""" pass