]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
✏ Fix typo in `docs/tutorial/code-structure.md` (#344)
authorMarcio Mazza <marciomazza@gmail.com>
Sat, 27 Aug 2022 21:08:20 +0000 (18:08 -0300)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2022 21:08:20 +0000 (23:08 +0200)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/tutorial/code-structure.md

index f46dc1e4c90fdac6a6a6329a23b95bbca7f58ffd..59a9e4bd9a6a67983391a3b4f8efcac6ed8935a5 100644 (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