summaryrefslogtreecommitdiff
path: root/jsonschema/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'jsonschema/exceptions.py')
-rw-r--r--jsonschema/exceptions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/jsonschema/exceptions.py b/jsonschema/exceptions.py
index 7f203cc..9cfbb7f 100644
--- a/jsonschema/exceptions.py
+++ b/jsonschema/exceptions.py
@@ -75,7 +75,7 @@ class _Error(Exception):
On %s%s:
%s
- """.rstrip()
+ """.rstrip(),
) % (
self.validator,
self._word_for_schema_in_error_message,
@@ -194,7 +194,7 @@ class UnknownType(Exception):
While checking instance:
%s
- """.rstrip()
+ """.rstrip(),
) % (
self.type,
textwrap.indent(pschema, " "),