File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3467,8 +3467,8 @@ def arguments_schema(
34673467
34683468 Args:
34693469 arguments: The arguments to use for the arguments schema
3470- validate_by_name: Whether to populate by the parameter names, defaults to False.
3471- validate_by_alias: Whether to populate by parameter aliases, defaults to True.
3470+ validate_by_name: Whether to populate by the parameter names, defaults to ` False` .
3471+ validate_by_alias: Whether to populate by the parameter aliases, defaults to ` True` .
34723472 var_args_schema: The variable args schema to use for the arguments schema
34733473 var_kwargs_mode: The validation mode to use for variadic keyword arguments. If `'uniform'`, every value of the
34743474 keyword arguments will be validated against the `var_kwargs_schema` schema. If `'unpacked-typed-dict'`,
You can’t perform that action at this time.
0 commit comments