From 4d22db1affdc088bf3f8fb8777df3df1fba627aa Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 19 Mar 2016 18:01:00 +0800 Subject: [PATCH] coredevice/exceptions/ClockFailure: improve description --- 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 1669c6096..b1ba94ff3 100644 --- a/artiq/coredevice/exceptions.py +++ b/artiq/coredevice/exceptions.py @@ -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."""