Skip to content

Commit d146ab7

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#203 from johtso/patch-1
Fix typo
2 parents 3e009e2 + 852edbe commit d146ab7

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)