mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
Fix typo in docstring (#1866)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user