Skip to content

Commit

Permalink
Update strict docstring in model_validate method (#8223)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTonin committed Nov 27, 2023
1 parent afa3d4c commit 0c964d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic/main.py
Expand Up @@ -488,7 +488,7 @@ def model_validate(
Args:
obj: The object to validate.
strict: Whether to raise an exception on invalid fields.
strict: Whether to enforce types strictly.
from_attributes: Whether to extract data from object attributes.
context: Additional context to pass to the validator.
Expand Down

0 comments on commit 0c964d7

Please sign in to comment.