diff --git a/pydantic/fields.py b/pydantic/fields.py index c162616..f9114a1 100644 --- a/pydantic/fields.py +++ b/pydantic/fields.py @@ -128,7 +128,7 @@ def Field( **extra: Any, ) -> Any: """ - Used to provide extra information about a field, either for the model schema or complex valiation. Some arguments + Used to provide extra information about a field, either for the model schema or complex validation. Some arguments apply only to number fields (``int``, ``float``, ``Decimal``) and some apply only to ``str``. :param default: since this is replacing the field’s default, its first argument is used