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.
2 parents 3e67afb + 3d42a69 commit 3e66709Copy full SHA for 3e66709
1 file changed
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