Skip to content

Commit

Permalink
doctest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Jul 7, 2023
1 parent 8fcccf1 commit d31481f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/asdf/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ a schema, which can then be used to validate a file:
>>> af.validate()
Traceback (most recent call last):
...
jsonschema.ValidationError: 'foo' is a required property
jsonschema.exceptions.ValidationError: 'foo' is a required property
...
>>> af["foo"] = "bar"
>>> af.validate()
Expand Down

0 comments on commit d31481f

Please sign in to comment.