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.
1 parent 8a3be95 commit 9c1a2f5Copy full SHA for 9c1a2f5
1 file changed
jsonschema/exceptions.py
@@ -105,10 +105,10 @@ def __unicode__(self):
105
pschema = pprint.pformat(self.schema, width=72)
106
pinstance = pprint.pformat(self.instance, width=72)
107
return textwrap.dedent("""
108
- Unknown Type: %r, in schema:
+ Unknown type %r for validator with schema:
109
%s
110
111
- On instance:
+ While checking instance:
112
113
""".rstrip()
114
) % (self.type, _utils.indent(pschema), _utils.indent(pinstance))
0 commit comments