Skip to content

Commit

Permalink
Fix typo in docstring (#1866)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyd203 committed Oct 9, 2020
1 parent a89c97a commit 7d0df22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d0df22

Please sign in to comment.