Skip to content

Commit f562680

Browse files
author
Sylvain MARIE
committed
Minor comment
1 parent 4c921e0 commit f562680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

valid8/entry_points.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ def my_validator(x):
550550

551551
self.kw_context_args = kw_context_args
552552

553-
# replace validation_func lists with explicit 'and_' if needed, and tuples with failure_raiser()
553+
# replace validation_func dicts / lists / tuples with explicit 'and' and failure raiser
554554
validation_funcs = make_validation_func_callables(*validation_func,
555555
callable_creator=self.get_callables_creator())
556556
main_val_func = _and_(validation_funcs)

0 commit comments

Comments
 (0)