From ea00067b0e35cfec5b68fb2f06a19a9e98e59221 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Tue, 30 Sep 2014 06:22:24 +0200 Subject: [PATCH] Fix class names --- skimage/viewer/widgets/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skimage/viewer/widgets/core.py b/skimage/viewer/widgets/core.py index 39d18261..4da8925b 100644 --- a/skimage/viewer/widgets/core.py +++ b/skimage/viewer/widgets/core.py @@ -221,7 +221,7 @@ class ComboBox(BaseWidget): ptype : {'arg' | 'kwarg' | 'plugin'}, optional Parameter type. callback : callable f(widget_name, value), optional - Callback function called in response to slider changes. + Callback function called in response to combobox changes. *Note:* This function is typically set (overridden) when the widget is added to a plugin. """ @@ -274,7 +274,7 @@ class CheckBox(BaseWidget): ptype : {'arg' | 'kwarg' | 'plugin'}, optional Parameter type callback : callable f(widget_name, value), optional - Callback function called in response to slider changes. + Callback function called in response to checkbox changes. *Note:* This function is typically set (overridden) when the widget is added to a plugin. """