Skip to content

Commit 9c508d5

Browse files
committed
documentation: fix wrong argument name.
1 parent 2fb0959 commit 9c508d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_partials/partial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class PartialModel(
3232
"""
3333
Class Args:
3434
35-
- auto_partial: For more details see `pydantic_partials.config.PartialConfigDict.auto_partials`.
35+
- auto_partials: For more details see `pydantic_partials.config.PartialConfigDict.auto_partials`.
3636
- If `Default`: Inherit behavior from parent/model_config; otherwise defaults to `True`.
3737
- If `True` (default): Will automatically make all fields on the model `Partial`.
3838
- If `False`: User needs to mark individual fields as `Partial` where they want.

0 commit comments

Comments
 (0)