forked from M-Labs/artiq
1
0
Fork 0

coredevice/exceptions/ClockFailure: improve description

This commit is contained in:
Sebastien Bourdeauducq 2016-03-19 18:01:00 +08:00
parent ff697a47ce
commit 4d22db1aff
1 changed files with 1 additions and 1 deletions

View File

@ -135,4 +135,4 @@ class WatchdogExpired(Exception):
"""Raised when a watchdog expires."""
class ClockFailure(Exception):
"""Raised when RTIO PLL is unable to lock."""
"""Raised when RTIO PLL has lost lock."""