mirror of
				https://github.com/fastapi/sqlmodel.git
				synced 2025-11-04 14:47:08 +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:
		@ -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`.
 | 
					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
 | 
					### Hero Model File
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user