Skip to content

Commit 7340b3d

Browse files
committed
add :
1 parent beeace2 commit 7340b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/code-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Hero's team: name='Z-Force' headquarters='Sister Margaret's Bar' id=1
145145

146146
## Make Circular Imports Work
147147

148-
Let's say that for some reason you hate the idea of having all the database models together in a single file, and you really want to have **separate files** a `hero_model.py` file and a `team_model.py` file.
148+
Let's say that for some reason you hate the idea of having all the database models together in a single file, and you really want to have **separate files**: a `hero_model.py` file and a `team_model.py` file.
149149

150150
You can also do it. 😎 There's a couple of things to keep in mind. 🤓
151151

0 commit comments

Comments
 (0)