Skip to content

Commit

Permalink
docs: fix an example
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Apr 17, 2024
1 parent b3e1b20 commit 4bedffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extending/converters.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ v.add(p)
If you like can even add a specialized `.add_...()` method:

```python
@oc.viewer.update_legend
@oc.viewer.update_viewer
def add_point3d(self, point, name=None, color=None, radius=1, center=True):
"""Add Point3d to canvas.
Expand Down

0 comments on commit 4bedffb

Please sign in to comment.