Spellcheck (#302)

* spelling, take1

* some spelling fixes

* one more
This commit is contained in:
Chayim 2022-07-11 11:03:16 +03:00 committed by GitHub
parent b4c20b2f8f
commit bc2199f2d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 109 additions and 8 deletions

View file

@ -131,7 +131,7 @@ Once again, we get the validation error:
## Constrained Values
If you want to use any of the constr
If you want to use any of the constraints.
Pydantic includes many type annotations to introduce constraints to your model field values.