Skip to content

Commit f0f8dbd

Browse files
author
Matt Sokoloff
committed
typo
1 parent d9f2546 commit f0f8dbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

labelbox/schema/project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,6 @@ class LabelingParameterOverride(DbObject):
658658
def _check_converter_import():
659659
if 'LBV1Converter' not in dir():
660660
raise ImportError(
661-
"Missing depdencies to import converter. "
661+
"Missing dependencies to import converter. "
662662
"Use `pip install labelbox[data]` to add missing dependencies. "
663-
"Or download raw jso with project.export_labels()")
663+
"or download raw json with project.export_labels()")

0 commit comments

Comments
 (0)