Skip to content

Commit abae2d9

Browse files
committed
[AL-4764] Update error message
1 parent 5598855 commit abae2d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

labelbox/schema/ontology.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ def __post_init__(self):
151151
msg = (
152152
"When creating the Classification feature, please use “name” "
153153
"for the classification schema name, which will be used when "
154-
"creating annotation payload for MAL and Labelimport. "
155-
"“instructions” is no longer supported to specify "
156-
"classification schema name.")
154+
"creating annotation payload for Model-Assisted Labeling "
155+
"Import and Label Import. “instructions” is no longer "
156+
"supported to specify classification schema name.")
157157
if self.instructions is not None:
158158
self.name = self.instructions
159159
warnings.warn(msg)

0 commit comments

Comments
 (0)