Skip to content

Commit

Permalink
typo fix, path->poly
Browse files Browse the repository at this point in the history
  • Loading branch information
kcpevey committed Jan 2, 2020
1 parent 5dc391d commit 8ef0603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/user_guide/Annotators.ipynb
Expand Up @@ -241,9 +241,9 @@
"point_layout = point_annotator(points, annotations=['Label'])\n",
"\n",
"poly_annotator = annotate.instance()\n",
"path_layout = path_annotator(hv.Polygons([]), annotations=['Label'])\n",
"poly_layout = poly_annotator(hv.Polygons([]), annotations=['Label'])\n",
"\n",
"annotate.compose(hv.element.tiles.Wikipedia(), point_layout, path_layout)"
"annotate.compose(hv.element.tiles.Wikipedia(), point_layout, poly_layout)"
]
}
],
Expand Down

0 comments on commit 8ef0603

Please sign in to comment.