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 55c688a commit 3d42a69Copy full SHA for 3d42a69
src/attr/validators.py
@@ -485,7 +485,7 @@ def gt(val):
485
A validator that raises `ValueError` if the initializer is called with a
486
number smaller or equal to *val*.
487
488
- The validator uses `operator.ge` to compare the values.
+ The validator uses `operator.gt` to compare the values.
489
490
Args:
491
val: Exclusive lower bound for values
0 commit comments