Skip to content

Commit

Permalink
Tweak example
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Aug 24, 2022
1 parent e81293d commit b8537f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Picker.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"scene.add(hover_point)\n",
"\n",
"# Have sphere follow picker point:\n",
"jslink((hover_point, 'position'), (hover_picker, 'point'))"
"jslink((hover_point, 'position'), (hover_picker, 'point'));"
]
},
{
Expand Down Expand Up @@ -254,7 +254,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"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."
"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."
]
},
{
Expand Down

0 comments on commit b8537f0

Please sign in to comment.