diff --git a/docs/asdf/config.rst b/docs/asdf/config.rst index cc581b07d..30c889fa0 100644 --- a/docs/asdf/config.rst +++ b/docs/asdf/config.rst @@ -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()