From fdb44547812fee2bf41d06cea27204892779c9c5 Mon Sep 17 00:00:00 2001 From: payno Date: Thu, 16 Nov 2023 16:22:55 +0100 Subject: [PATCH] Update src/silx/gui/plot/actions/control.py Co-authored-by: Thomas VINCENT --- src/silx/gui/plot/actions/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/silx/gui/plot/actions/control.py b/src/silx/gui/plot/actions/control.py index 897c3d1412..b48bef0a1f 100755 --- a/src/silx/gui/plot/actions/control.py +++ b/src/silx/gui/plot/actions/control.py @@ -332,7 +332,7 @@ def __init__(self, plot, parent=None): self.plot.sigActiveScatterChanged.connect(self._updateColormap) def setColormapDialog(self, dialog): - """Set a specific color dialog instead of using the default dialog.""" + """Set a specific colormap dialog instead of using the default one.""" assert(colormapDialog is not None) if self._dialog is not None: self._dialog.visibleChanged.disconnect(self._dialogVisibleChanged)