Skip to content

Commit 2e15cfc

Browse files
authored
Update Widget List.ipynb
Example for FloatLogSlider labeled min and max in reverse order; changed it so it is correct.
1 parent b78de43 commit 2e15cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/examples/Widget List.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@
169169
"widgets.FloatLogSlider(\n",
170170
" value=10,\n",
171171
" base=10,\n",
172-
" min=-10, # max exponent of base\n",
173-
" max=10, # min exponent of base\n",
172+
" min=-10, # min exponent of base\n",
173+
" max=10, # max exponent of base\n",
174174
" step=0.2, # exponent step\n",
175175
" description='Log Slider'\n",
176176
")"

0 commit comments

Comments
 (0)