Skip to content

Commit

Permalink
fix: Wrong name in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed May 14, 2024
1 parent e77251c commit 3c26574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic_async_validation/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def generic_field_validator_wrapper(
self, field=field, config=config,
)

# args == {'value', 'field', 'validator'}
# args == {'value', 'field', 'config'}
return lambda self, value, field, config: validator_func(
self, value=value, field=field, config=config,
)
Expand Down

0 comments on commit 3c26574

Please sign in to comment.