Skip to content

Commit

Permalink
Fix "trough" typo in Model Config docs (#4593) (#4594)
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Kirsch <zachkirsch@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and zachkirsch committed Oct 7, 2022
1 parent da0b756 commit 5f777a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/model_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Similarly, if using the `@dataclass` decorator:
**`fields`**
: a `dict` containing schema information for each field; this is equivalent to
using [the `Field` class](schema.md), except when a field is already
defined trough annotation or the Field class, in which case only
defined through annotation or the Field class, in which case only
`alias`, `include`, `exclude`, `min_length`, `max_length`, `regex`, `gt`, `lt`, `gt`, `le`,
`multiple_of`, `max_digits`, `decimal_places`, `min_items`, `max_items`, `unique_items`
and allow_mutation can be set (for example you cannot set default of default_factory)
Expand Down

0 comments on commit 5f777a0

Please sign in to comment.