Skip to content

Commit 8f99582

Browse files
andreslisztViicos
andauthored
Update python/pydantic_core/core_schema.py
Co-authored-by: Victorien <[email protected]>
1 parent de7dccc commit 8f99582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pydantic_core/core_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3220,7 +3220,7 @@ def dataclass_field(
32203220
validation_alias: The alias(es) to use to find the field in the validation data
32213221
serialization_alias: The alias to use as a key when serializing
32223222
serialization_exclude: Whether to exclude the field when serializing
3223-
exclude_if: Callable that determines whether to exclude a field during serialization based on its value.
3223+
serialization_exclude_if: A callable that determines whether to exclude the field when serializing based on its value.
32243224
metadata: Any other information you want to include with the schema, not used by pydantic-core
32253225
frozen: Whether the field is frozen
32263226
"""

0 commit comments

Comments
 (0)