Skip to content

Commit 6adc98f

Browse files
authored
docs: fix typo
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 7186b52 commit 6adc98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
try:
5858
validation_errors = JsonStrictValidator(SchemaVersion.V1_4).validate_str(serialized_json)
5959
if validation_errors:
60-
print('JSON valid', 'ValidationError:', repr(validation_errors), sep='\n', file=sys.stderr)
60+
print('JSON invalid', 'ValidationError:', repr(validation_errors), sep='\n', file=sys.stderr)
6161
sys.exit(2)
6262
print('JSON valid')
6363
except MissingOptionalDependencyException as error:

0 commit comments

Comments
 (0)