mirror of https://github.com/m-labs/artiq.git
typo
This commit is contained in:
parent
780d6d152c
commit
1b49affd18
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue