From 6974b25a5fc02b693ca662cf4ab9b574c37605a9 Mon Sep 17 00:00:00 2001 From: Christoph Buchner Date: Thu, 4 Feb 2021 08:07:01 +0100 Subject: [PATCH] Fix typo --- pyqtgraph/widgets/SpinBox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyqtgraph/widgets/SpinBox.py b/pyqtgraph/widgets/SpinBox.py index 108a32c1..55e112da 100644 --- a/pyqtgraph/widgets/SpinBox.py +++ b/pyqtgraph/widgets/SpinBox.py @@ -134,7 +134,7 @@ class SpinBox(QtGui.QAbstractSpinBox): if value=0.003 and suffix='V', then the SpinBox will display "300 mV" (but a call to SpinBox.value will still return 0.003). In case the value represents a dimensionless quantity that might span many - orders of magnitude, such as a Reynold's number, an SI + orders of magnitude, such as a Reynolds number, an SI prefix is allowed with no suffix. Default is False. step (float) The size of a single step. This is used when clicking the up/ down arrows, when rolling the mouse wheel, or when pressing