From: Marcio Mazza Date: Sat, 27 Aug 2022 21:08:20 +0000 (-0300) Subject: ✏ Fix typo in `docs/tutorial/code-structure.md` (#344) X-Git-Tag: 0.0.7~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a993c2141d4d6650e37383be78f7431d46322a70;p=thirdparty%2Ffastapi%2Fsqlmodel.git ✏ Fix typo in `docs/tutorial/code-structure.md` (#344) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/tutorial/code-structure.md b/docs/tutorial/code-structure.md index f46dc1e4..59a9e4bd 100644 --- a/docs/tutorial/code-structure.md +++ b/docs/tutorial/code-structure.md @@ -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