From 852edbee259010bf7285c84c7cd0d35107f20118 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sat, 6 Oct 2012 12:49:08 +0200 Subject: [PATCH] Fix typo --- docs/writing/structure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/structure.rst b/docs/writing/structure.rst index 35dd432..76d0b08 100644 --- a/docs/writing/structure.rst +++ b/docs/writing/structure.rst @@ -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 -- 1.8.0.2