There was an error while loading. Please reload this page.
1 parent dc1ca38 commit 764bf92Copy full SHA for 764bf92
1 file changed
docs/api.rst
@@ -378,7 +378,7 @@ All objects from ``attrs.validators`` are also available from ``attr.validators`
378
>>> C(41)
379
Traceback (most recent call last):
380
...
381
- ValueError: ("'x' must be => 42: 41")
+ ValueError: ("'x' must be >= 42: 41")
382
383
.. autofunction:: attrs.validators.gt
384
@@ -442,7 +442,7 @@ All objects from ``attrs.validators`` are also available from ``attr.validators`
442
>>> C("")
443
444
445
- ValueError: ("Length of 'x' must be => 1: 0")
+ ValueError: ("Length of 'x' must be >= 1: 0")
446
447
.. autofunction:: attrs.validators.instance_of
448
0 commit comments