Skip to content

Commit 69b2d80

Browse files
Update labelbox/data/annotation_types/annotation.py
Co-authored-by: awu-labelbox <84879801+awu-labelbox@users.noreply.github.com>
1 parent 475af0e commit 69b2d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/data/annotation_types/annotation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class BaseAnnotation(FeatureSchema):
1414

1515

1616
class ClassificationAnnotation(BaseAnnotation):
17-
"""Class represneting classification annotations (annotations that don't have a location) """
17+
"""Class representing classification annotations (annotations that don't have a location) """
1818
value: Union[Text, Checklist, Radio, Dropdown]
1919

2020

0 commit comments

Comments
 (0)