Skip to content

Commit 3e66709

Browse files
authored
Merge branch 'main' into uv-lock
2 parents 3e67afb + 3d42a69 commit 3e66709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/attr/validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def gt(val):
485485
A validator that raises `ValueError` if the initializer is called with a
486486
number smaller or equal to *val*.
487487
488-
The validator uses `operator.ge` to compare the values.
488+
The validator uses `operator.gt` to compare the values.
489489
490490
Args:
491491
val: Exclusive lower bound for values

0 commit comments

Comments
 (0)