Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/writing/structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ include:
and if conversely the class Carpenter needs to import Table and Chair,
to answer the question carpenter.whatdo(), then you
have a circular dependency. In this case you will have to resort to
fragile hacks such has using import statements inside
fragile hacks such as using import statements inside
methods or functions.

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