Skip to content

Commit

Permalink
chore: update validators.py
Browse files Browse the repository at this point in the history
withing -> within
  • Loading branch information
eltociear authored and e3rd committed Oct 29, 2024
1 parent 4d5e117 commit 255aa7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mininterface/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def limit(maxOrMin: int | None = None, max_: int | None = None, lt: float | None
minimum int: `limit(minimum, maximum)` – From minimum (including) to maximum (including)
lt: lesser than
gt: greater than
transform: If the value is not withing the limit, transform it to a boundary.
transform: If the value is not within the limit, transform it to a boundary.
```python
from mininterface import run, Tag
from mininterface.validators import limit
Expand Down

0 comments on commit 255aa7a

Please sign in to comment.