Skip to content

Commit 3c26574

Browse files
authored
fix: Wrong name in comment
1 parent e77251c commit 3c26574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_async_validation/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def generic_field_validator_wrapper(
9090
self, field=field, config=config,
9191
)
9292

93-
# args == {'value', 'field', 'validator'}
93+
# args == {'value', 'field', 'config'}
9494
return lambda self, value, field, config: validator_func(
9595
self, value=value, field=field, config=config,
9696
)

0 commit comments

Comments
 (0)