Merge pull request #203 from johtso/patch-1 master
authorKenneth Reitz <me@kennethreitz.com>
Sat, 6 Oct 2012 15:50:55 +0000 (08:50 -0700)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 6 Oct 2012 15:50:55 +0000 (08:50 -0700)
Fix typo

docs/writing/structure.rst

index 35dd432..76d0b08 100644 (file)
@@ -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