Skip to content

Commit

Permalink
docs: minor typo correction (pydantic#2649)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddsalkield committed Apr 10, 2021
1 parent 14f055e commit ae13be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/models.md
Expand Up @@ -14,7 +14,7 @@ of the resultant model instance will conform to the field types defined on the m
In other words, *pydantic* guarantees the types and constraints of the output model, not the input data.

This might sound like an esoteric distinction, but it is not. If you're unsure what this means or
how it might effect your usage you should read the section about [Data Conversion](#data-conversion) below.
how it might affect your usage you should read the section about [Data Conversion](#data-conversion) below.

## Basic model usage

Expand Down

0 comments on commit ae13be5

Please sign in to comment.