israel-dryer/ttkbootstrap

validation module documentation error

Opened this issue · 0 comments

Desktop (please complete the following information):

ttkbootstrap 1.10.1

Describe the bug

https://ttkbootstrap.readthedocs.io/en/latest/api/validation/#ttkbootstrap.validation--adding-a-custom-validation

from ttkbootstrap import validator, add_validation
should be:
from ttkbootstrap.validation import validator, add_validation

To Reproduce

No response

Expected behavior

No response

Screenshots

No response

Additional context

No response