Skip to content

Commit cc84122

Browse files
committed
fixed typo
1 parent f8a4485 commit cc84122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remo/domain/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def add_annotations(
169169
If annotation_set_id is not provided, annotations will be added to:
170170
171171
- the only annotation set present, if the Dataset has exactly one Annotation Set and the tasks match
172-
- a new annotation set, if the Dataset doesn't have any Annotation Sets or if ceate_new_annotation_set = True
172+
- a new annotation set, if the Dataset doesn't have any Annotation Sets or if create_new_annotation_set = True
173173
174174
Otherwise, annotations will be added to the Annotation Set specified by annotation_set_id.
175175

0 commit comments

Comments
 (0)