Skip to content

Commit 967c3d4

Browse files
authored
Fix typo in descr_custom_archetype.py snippet (#10150)
### Related * This was introduced by #10147. ### What Title.
1 parent e1b9fa0 commit 967c3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/all/descriptors/descr_custom_archetype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(self: Any, positions: npt.ArrayLike, colors: npt.ArrayLike) -> None
1818
),
1919
)
2020
self.colors = rr.components.ColorBatch(colors).described(
21-
rr.ComponentDescriptor("rerun.components.Colors").with_overrides(
21+
rr.ComponentDescriptor("rerun.components.Color").with_overrides(
2222
archetype_name="user.CustomPoints3D",
2323
archetype_field_name="colors",
2424
)

0 commit comments

Comments
 (0)