Skip to content

Commit 5dff4d1

Browse files
dhirajtiangolo
andauthored
✏ Fix typo in docs/tutorial/code-structure.md (#91)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
1 parent 943892d commit 5dff4d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial/code-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The class `Hero` has a reference to the class `Team` internally.
88

99
But the class `Team` also has a reference to the class `Hero`.
1010

11-
So, if those two classes where in separate files and you tried to import the classes in each other's file directly, it would result in a **circular import**. 🔄
11+
So, if those two classes were in separate files and you tried to import the classes in each other's file directly, it would result in a **circular import**. 🔄
1212

1313
And Python will not be able to handle it and will throw an error. 🚨
1414

0 commit comments

Comments
 (0)