File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3421,7 +3421,7 @@ def arguments_schema(
3421
3421
var_args_schema: The variable args schema to use for the arguments schema
3422
3422
var_kwargs_mode: The validation mode to use for variadic keyword arguments. If `'uniform'`, every value of the
3423
3423
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]
3425
3425
var_kwargs_schema: The variable kwargs schema to use for the arguments schema
3426
3426
ref: optional unique identifier of the schema, used to reference the schema in other places
3427
3427
metadata: Any other information you want to include with the schema, not used by pydantic-core
You can’t perform that action at this time.
0 commit comments