Merge pull request #203 from johtso/patch-1

Fix typo
This commit is contained in:
Kenneth Reitz
2012-10-06 08:50:55 -07:00
+1 -1
View File
@@ -39,7 +39,7 @@ include:
and if conversely the class Carpenter needs to import Table and Chair, and if conversely the class Carpenter needs to import Table and Chair,
to answer the question carpenter.whatdo(), then you to answer the question carpenter.whatdo(), then you
have a circular dependency. In this case you will have to resort to 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. methods or functions.
- Hidden coupling: each and every change in Table's implementation - Hidden coupling: each and every change in Table's implementation