📝 Update docs, typos, aclarations, fix examples

for NoSQL models
This commit is contained in:
Sebastián Ramírez
2018-12-17 22:50:22 +04:00
parent 2a48b10be3
commit 659b8ae8af
11 changed files with 34 additions and 45 deletions

View File

@@ -96,7 +96,7 @@ All the data validation is performed under the hood by <a href="https://pydantic
You can use the same type declarations with `str`, `float`, `bool` and many other complex data types.
These are explored in the next sections of the tutorial.
These are explored in the next chapters of the tutorial.
## Recap