Skip to content

Commit 121056f

Browse files
committed
Fix the doctest
1 parent f13ac35 commit 121056f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/errors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ to the :attr:`~ValidationError.schema_path` of the parent error.
193193
[0, 'type'], {} is not of type 'string'
194194
[1, 'type'], {} is not of type 'integer'
195195
[0, 'type'], 3 is not of type 'string'
196-
[1, 'minimum'], 3.0 is less than the minimum of 5
196+
[1, 'minimum'], 3 is less than the minimum of 5
197197
[0, 'maxLength'], 'foo' is too long
198198
[1, 'type'], 'foo' is not of type 'integer'
199199

0 commit comments

Comments
 (0)