Skip to content

Commit 57467bd

Browse files
Update python/pydantic_core/core_schema.py
1 parent 99d3303 commit 57467bd

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
@@ -3421,7 +3421,7 @@ def arguments_schema(
34213421
var_args_schema: The variable args schema to use for the arguments schema
34223422
var_kwargs_mode: The validation mode to use for variadic keyword arguments. If `'uniform'`, every value of the
34233423
keyword arguments will be validated against the `var_kwargs_schema` schema. If `'unpacked-typed-dict'`,
3424-
the `schema` argument must be a [`typed_dict_schema`][pydantic_core.core_schema.typed_dict_schema]
3424+
the `var_kwargs_schema` argument must be a [`typed_dict_schema`][pydantic_core.core_schema.typed_dict_schema]
34253425
var_kwargs_schema: The variable kwargs schema to use for the arguments schema
34263426
ref: optional unique identifier of the schema, used to reference the schema in other places
34273427
metadata: Any other information you want to include with the schema, not used by pydantic-core

0 commit comments

Comments
 (0)