2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-24 19:04:02 +08:00
This commit is contained in:
Sebastien Bourdeauducq 2017-01-08 13:04:10 -06:00
parent 780d6d152c
commit 1b49affd18

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