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 f13ac35 commit 121056fCopy full SHA for 121056f
docs/errors.rst
@@ -193,7 +193,7 @@ to the :attr:`~ValidationError.schema_path` of the parent error.
193
[0, 'type'], {} is not of type 'string'
194
[1, 'type'], {} is not of type 'integer'
195
[0, 'type'], 3 is not of type 'string'
196
- [1, 'minimum'], 3.0 is less than the minimum of 5
+ [1, 'minimum'], 3 is less than the minimum of 5
197
[0, 'maxLength'], 'foo' is too long
198
[1, 'type'], 'foo' is not of type 'integer'
199
0 commit comments