We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9b5fa3 + 1beee4d commit ed16d64Copy full SHA for ed16d64
labelbox/exceptions.py
@@ -36,7 +36,7 @@ def __init__(self, db_object_type, params):
36
db_object_type (type): A labelbox.schema.DbObject subtype.
37
params (dict): Dict of params identifying the sought resource.
38
"""
39
- super().__init__("Resouce '%s' not found for params: %r" %
+ super().__init__("Resource '%s' not found for params: %r" %
40
(db_object_type.type_name(), params))
41
self.db_object_type = db_object_type
42
self.params = params
0 commit comments