Skip to content

Commit ae7c055

Browse files
author
Ubuntu
committed
Docstrings for dataset item class
1 parent 7d971b7 commit ae7c055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucleus/dataset_item.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class DatasetItemType(Enum):
114114

115115
@dataclass # pylint: disable=R0902
116116
class DatasetItem: # pylint: disable=R0902
117-
"""A dataset item is either a single image or pointcloud plus its associated metadata.
117+
"""A dataset item is an image or pointcloud that has associated metadata.
118118
119119
Note: for 3D data, please include a :class:`.CameraParams` object under a key named
120120
"camera_params" within the metadata dictionary. This will allow for projecting

0 commit comments

Comments
 (0)