Skip to content

Commit ae76954

Browse files
authored
SG-30223 Fix incorrect hint (#281)
1 parent 573e288 commit ae76954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shotgun_api3/shotgun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3340,7 +3340,7 @@ def schema(self, entity_type):
33403340
.. deprecated:: 3.0.0
33413341
Use :meth:`~shotgun_api3.Shotgun.schema_field_read` instead.
33423342
"""
3343-
raise ShotgunError("Deprecated: use schema_field_read('type':'%s') instead" % entity_type)
3343+
raise ShotgunError("Deprecated: use schema_field_read('%s') instead" % entity_type)
33443344

33453345
def entity_types(self):
33463346
"""

0 commit comments

Comments
 (0)