✏️ Fix typo in docs/tutorial (#943)

This commit is contained in:
Lucien O
2024-06-05 01:00:14 +01:00
committed by GitHub
parent 23869cab0d
commit 1263024be5
3 changed files with 4 additions and 4 deletions

View File

@@ -713,7 +713,7 @@ In this chapter we are touching some of them.
When importing from `sqlmodel` the `select()` function, you are using **SQLModel**'s version of `select`.
SQLAchemy also has it's own `select`, and SQLModel's `select` uses SQLAlchemy's `select` internally.
SQLAchemy also has its own `select`, and SQLModel's `select` uses SQLAlchemy's `select` internally.
But SQLModel's version does a lot of **tricks** with type annotations to make sure you get the best **editor support** possible, no matter if you use **VS Code**, **PyCharm**, or something else. ✨