Fix typo in docstring (#1866)

This commit is contained in:
Gary Donovan
2020-10-09 22:11:59 +11:00
committed by GitHub
parent a89c97a3e3
commit 7d0df22690
+1 -1
View File
@@ -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 fields default, its first argument is used