Skip to content

Commit b8537f0

Browse files
committed
Tweak example
1 parent e81293d commit b8537f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: examples/Picker.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
"scene.add(hover_point)\n",
225225
"\n",
226226
"# Have sphere follow picker point:\n",
227-
"jslink((hover_point, 'position'), (hover_picker, 'point'))"
227+
"jslink((hover_point, 'position'), (hover_picker, 'point'));"
228228
]
229229
},
230230
{
@@ -254,7 +254,7 @@
254254
"cell_type": "markdown",
255255
"metadata": {},
256256
"source": [
257-
"Next, we set up a picker for when the user double clikcs on the surface. This should trigger the execution and visualization of the alogrithm."
257+
"Finally, we set up a picker for when the user double clikcs on the surface. This should trigger the execution and visualization of the alogrithm."
258258
]
259259
},
260260
{

0 commit comments

Comments
 (0)