diff --git a/packages/schema/jupyterwidgetmodels.latest.md b/packages/schema/jupyterwidgetmodels.latest.md index abc169759a..1399793fdf 100644 --- a/packages/schema/jupyterwidgetmodels.latest.md +++ b/packages/schema/jupyterwidgetmodels.latest.md @@ -510,7 +510,7 @@ Attribute | Type | Default | Help `orientation` | string (one of `'horizontal'`, `'vertical'`) | `'horizontal'` | Vertical or horizontal. `readout` | boolean | `true` | Display the current value of the slider next to it. `readout_format` | string | `'.2f'` | Format for the readout -`round` | boolean | `false` | Round the specified value to the closest value in the interval +`round` | boolean | `false` | Round the value set from Python to the closest value in the interval `step` | number (float) | `0.1` | Minimum step to increment the value `style` | reference to SliderStyle widget | reference to new instance | `tabbable` | `null` or boolean | `null` | Is widget tabbable?