✏ 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/)
Marcio Mazza
2022-08-27 18:08:20 -03:00
committed by GitHub
gitea-unlock(16/)
parent deed65095f
commit a993c2141d

2
docs/tutorial/code-structure.md
View File

@@ -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