We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e009e2 + 852edbe commit d146ab7Copy full SHA for d146ab7
docs/writing/structure.rst
@@ -39,7 +39,7 @@ include:
39
and if conversely the class Carpenter needs to import Table and Chair,
40
to answer the question carpenter.whatdo(), then you
41
have a circular dependency. In this case you will have to resort to
42
- fragile hacks such has using import statements inside
+ fragile hacks such as using import statements inside
43
methods or functions.
44
45
- Hidden coupling: each and every change in Table's implementation
0 commit comments