This commit is contained in:
Sebastien Bourdeauducq 2017-01-08 13:04:10 -06:00
parent 780d6d152c
commit 1b49affd18
1 changed files with 1 additions and 1 deletions

View File

@ -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