mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-12 17:03:56 +08:00
Fix parameter name in docstring
This commit is contained in:
@@ -81,7 +81,7 @@ class Slider(BaseWidget):
|
||||
Range of slider values.
|
||||
value : float
|
||||
Default slider value. If None, use midpoint between `low` and `high`.
|
||||
value : {'float' | 'int'}
|
||||
value_type : {'float' | 'int'}
|
||||
Numeric type of slider value.
|
||||
ptype : {'arg' | 'kwarg' | 'plugin'}
|
||||
Parameter type.
|
||||
|
||||
Reference in New Issue
Block a user