Skip to content

Commit 852edbe

Browse files
committed
Fix typo
1 parent 3e009e2 commit 852edbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include:
3939
and if conversely the class Carpenter needs to import Table and Chair,
4040
to answer the question carpenter.whatdo(), then you
4141
have a circular dependency. In this case you will have to resort to
42-
fragile hacks such has using import statements inside
42+
fragile hacks such as using import statements inside
4343
methods or functions.
4444

4545
- Hidden coupling: each and every change in Table's implementation

0 commit comments

Comments
 (0)