Skip to content

Commit 7f1587c

Browse files
authored
Update docstring
1 parent a99b421 commit 7f1587c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nucleus/dataset.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,8 @@ def loc(self, dataset_item_id: str) -> dict:
389389
def ground_truth_loc(self, reference_id: str, annotation_id: str):
390390
"""
391391
Returns info for single ground truth Annotation by its id.
392-
:param annotation_id: internally controlled id for ground truth annotations.
392+
:param reference_id: User specified id for the dataset item the ground truth is attached to
393+
:param annotation_id: User specified, or auto-generated id for the annotation
393394
:return:
394395
BoxAnnotation | PolygonAnnotation | CuboidAnnotation
395396
"""

0 commit comments

Comments
 (0)