From 0930104cca27201496b4121ee9742d0461d852ee Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Fri, 26 Jul 2024 11:40:44 -0400 Subject: shorten doc string --- qolab/hardware/scope/_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qolab/hardware/scope') diff --git a/qolab/hardware/scope/_basic.py b/qolab/hardware/scope/_basic.py index 5cb245d..9eec8c2 100644 --- a/qolab/hardware/scope/_basic.py +++ b/qolab/hardware/scope/_basic.py @@ -102,7 +102,7 @@ class Scope(BasicInstrument): raise NotImplementedError("getWaveform function is not implemented") def getTimeTrace(self, rawChanCfg): - """Constructs time trace from properties provided in ``rawChanCfg`` dictionary.""" + """Constructs time trace from properties in ``rawChanCfg`` dictionary.""" raise NotImplementedError("getTimeTrace function is not implemented") def getTrace( -- cgit v1.2.3