Skip to content

Commit

Permalink
Fix typo in "custom data" documentation (#8105)
Browse files Browse the repository at this point in the history
  • Loading branch information
loidnoir authored Nov 13, 2024
1 parent f9eb660 commit 81ccf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/howto/logging/custom-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import rerun as rr # pip install rerun-sdk
@dataclass
class LabeledPoints:
points: np.ndarray
labels: List[str])
labels: List[str]

def as_component_batches(self) -> Iterable[rr.ComponentBatch]:
return rr.Points3D(positions=self.points,
Expand Down

0 comments on commit 81ccf44

Please sign in to comment.