From 7be3ffe79f43ad7e6da6995a9af6d5f1edaec103 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Wed, 20 Apr 2016 16:29:39 +0200 Subject: [PATCH] scanwidget: spelling --- artiq/gui/scanwidget.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/artiq/gui/scanwidget.py b/artiq/gui/scanwidget.py index b6f72c94f..6e8bb240b 100644 --- a/artiq/gui/scanwidget.py +++ b/artiq/gui/scanwidget.py @@ -112,14 +112,15 @@ class ScanWidget(QtWidgets.QWidget): def setDecimals(self, n): # TODO - # the axis should always use compressed notation is useful + # the axis should always use the most compact notation # do not: # self.ticker.precision = n pass def setSingleStep(self, v): # TODO - # use this (and maybe decimals) to snap to "nice" values when dragging + # use this (and/or maybe decimals) to snap to "nice" values when + # dragging pass def setSuffix(self, v):