Skip to content

Commit c87d55e

Browse files
authored
fix a copy/paste mistake in a code example
1 parent 4160af3 commit c87d55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/examples/Widget Events.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
"metadata": {},
237237
"outputs": [],
238238
"source": [
239-
"caption = widgets.Label(value='The values of range1 and range2 are synchronized')\n",
239+
"caption = widgets.Label(value='The slider value is in its initial position.')\n",
240240
"slider = widgets.IntSlider(min=-5, max=5, value=1, description='Slider')\n",
241241
"\n",
242242
"def handle_slider_change(change):\n",

0 commit comments

Comments
 (0)