Skip to content

Commit 97a68d5

Browse files
committed
Adding 'widgets.' prefix to doc to fix compile error.
1 parent 3ecb2af commit 97a68d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/examples/Widget List.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,9 +557,9 @@
557557
"metadata": {},
558558
"outputs": [],
559559
"source": [
560-
"Box(\n",
560+
"widgets.Box(\n",
561561
" [\n",
562-
" Label(value='Pizza topping with a very long label:'), \n",
562+
" widgets.Label(value='Pizza topping with a very long label:'), \n",
563563
" widgets.RadioButtons(options=['pepperoni', 'pineapple', 'anchovies', 'and the long name that will fit fine'])\n",
564564
" ]\n",
565565
")"

0 commit comments

Comments
 (0)