Skip to content

Commit 7279476

Browse files
committed
Update docstring for _create_relationship_annotations method to clarify its purpose in processing relationship annotations into NDJSON format.
1 parent d095d44 commit 7279476

File tree

1 file changed

+1
-1
lines changed
  • libs/labelbox/src/labelbox/data/serialization/ndjson

1 file changed

+1
-1
lines changed

libs/labelbox/src/labelbox/data/serialization/ndjson/label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def _create_non_video_annotations(cls, label: Label):
194194
def _create_relationship_annotations(
195195
cls, label: Label
196196
) -> Generator[NDRelationship, None, None]:
197-
"""Creates relationship annotations.
197+
"""Processes relationship annotations from a label, converting them to NDJSON format.
198198
199199
Args:
200200
label: Label containing relationship annotations to be processed

0 commit comments

Comments
 (0)