✏ Fix typos in docs/databases.md and docs/tutorial/index.md (#35)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Prashanth Rao
2022-08-27 17:36:58 -04:00
committed by GitHub
parent 5dfef7ede7
commit 91d0785b1c
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ If you need a refresher about how to use Python type hints (type annotations), c
You can also check the <a href="https://mypy.readthedocs.io/en/latest/cheat_sheet_py3.html" class="external-link" target="_blank">mypy cheat sheet</a>.
**SQLModel** uses type annotations for everything, this way you can use a familiar Python syntax and get all the editor support posible, with autocompletion and in-editor error checking.
**SQLModel** uses type annotations for everything, this way you can use a familiar Python syntax and get all the editor support possible, with autocompletion and in-editor error checking.
## Intro