octicon-rss(16/)
You've already forked sqlmodel
mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-11-10 02:13:36 +08:00
✏ Fix typo in docs/tutorial/code-structure.md (#344)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
committed by
GitHub
gitea-unlock(16/)
parent
deed65095f
commit
a993c2141d
octicon-diff(16/tw-mr-1) 1 changed files with 1 additions and 1 deletions
@@ -198,7 +198,7 @@ It has a value of `True` for editors and tools that analyze the code with the ty
|
||||
|
||||
But when Python is executing, its value is `False`.
|
||||
|
||||
So, we can us it in an `if` block and import things inside the `if` block. And they will be "imported" only for editors, but not at runtime.
|
||||
So, we can use it in an `if` block and import things inside the `if` block. And they will be "imported" only for editors, but not at runtime.
|
||||
|
||||
### Hero Model File
|
||||
|
||||
|
||||
Reference in New Issue
Block a user