Skip to content

Commit c2a1b67

Browse files
Update python/pydantic_core/core_schema.py
Co-authored-by: Victorien <[email protected]>
1 parent f64a0fa commit c2a1b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pydantic_core/core_schema.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'`,

0 commit comments

Comments
 (0)