Skip to content

Commit 37cbcd6

Browse files
andreslisztViicos
andauthored
Update python/pydantic_core/core_schema.py
Co-authored-by: Victorien <[email protected]>
1 parent 78d630d commit 37cbcd6

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
@@ -2846,7 +2846,7 @@ def typed_dict_field(
28462846
validation_alias: The alias(es) to use to find the field in the validation data
28472847
serialization_alias: The alias to use as a key when serializing
28482848
serialization_exclude: Whether to exclude the field when serializing
2849-
exclude_if: Callable that determines whether to exclude a field during serialization based on its value.
2849+
serialization_exclude_if: A callable that determines whether to exclude the field when serializing based on its value.
28502850
metadata: Any other information you want to include with the schema, not used by pydantic-core
28512851
"""
28522852
return _dict_not_none(

0 commit comments

Comments
 (0)