From 6be23451cb3fd19e3e867a30e2c88c17ad3b218f Mon Sep 17 00:00:00 2001 From: atse Date: Mon, 27 Nov 2023 11:15:24 +0800 Subject: [PATCH] Comment change --- pytec/tec_qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytec/tec_qt.py b/pytec/tec_qt.py index 152b5b7..2a1f253 100644 --- a/pytec/tec_qt.py +++ b/pytec/tec_qt.py @@ -143,7 +143,7 @@ class ClientWatcher(QObject): class ChannelGraphs: - """Manager of the two graphs of a channel, and its elements.""" + """Manager of a channel's two graphs and their elements.""" """The maximum number of sample points to store.""" DEFAULT_MAX_SAMPLES = 1000